Hi colleagues,
I have a REST Service developed in Java, I have added the CsrfPreventionFilter in web.xml for CSRF protection. How do I access this service from REST Client in Chrome browser? How can I add the NONCE from server into my request? When I tried to access, I'm getting 403 error.
Please let me know how to call the service.
Best regards,
Augustine