Hi Rishi,
how is your operation inside the resource being configured?
If ommitted, auth defaults to true there.
Best regards,
Michael Brohl
ecomify GmbH - www.ecomify.de
Am 22.02.22 um 12:56 schrieb Rishi Agr:
Hi, I am implementing an API that needs to be processed without
authentication. This API will be publicly accessible. I have tried to set
the rest and services definition with auth="false" but it has not helped.
Below is a small code
rest.xml
<resource description="Some desc" displayName="SomeName" auth="false"
publish="true"
name="Some name" path="/rest/test">
services.xml
<service name="seomMethod" engine="java"
location="com.test.MyService" invoke="seomMethod" auth="false">
Can someone let me know what am I missing or doing wrong?