Hi
On 12/06/14 18:42, Sonam Samdupkhangsar wrote:
My webapp is secured using Spring Security with CSRF protection.  I have a CXF 
Jaxrs webservice that has a post method.  Is there a way for a CXF Jaxrs (2.0) 
client to send in a csrf token to the Jaxrs service? If yes then how?

Do you know the form field name which Spring Security checks ? if yes and if Spring Sec uses a user session by default to store the actual token then you can use the Client API to set a form request and a Cookie...

Cheers, Sergey
Thanks
-Sonam


Reply via email to