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?

Reply via email to