Using Postman to test POST on a servlet - getting 403 error
I am trying to test my doPost method on my localhost.
I have removed POST method from the Apache Sling Referrer Filter.
I have checked that
check that the POST method is NOT in the filter methods of the CSRF filter config
http://localhost:4502/system/console/configMgr/com.adobe.granite.csrf.impl.CSRFFilter.
But my post request in Postman returns 403 - Forbidden - Authentication Failed
I would appreciate it if anyone has had experience with testing doPost methods in a sling servlet from a rest client if they could assist.
regards
Clive Stewart