Simple Webservice in AEM not accessible - Authentication Failure
Hello,
AEM Version: 6.1
I have a simple SlingServlet which returns a string on /GET at path /bin/getstring
This AEM is hosted at, for example, http://custom-host.com:4502
Now, an external frontend application is not been able to sent GET requests to this service and looking at the network logs, I receive 403 Forbidden.
As I understand, the login-cookie is not created by the external frontend application and hence 403 is thrown. Is there a possibility of a workaround here for an external frontend application to call the AEM based custom servlet?