[AEM Author instance] Exclude servlet from authentication requirement
Hi
I have written a custom servlet in AEM author (v6.1). I would like to get response from this servlet without providing auth credentials. Is it possible to have such exclusion in AEM author instance?
Current behaviour: At this moment, when I hit my servlet, the request is redirected to AEM login page.
Any pointers on this will be a big help. Thanks!