I have web application in which front end is written in GWT. Now I want to implement CSRF Guard on the same web application.
So I would like to know that is it possible to implement CSRF Guard on GWT code because when I tried implementing it CSRF guard's token is not getting injected on any request to server. I'm able to see the response from the server but token is not getting injected and CSRF guard is not working properly.
Could anyone help me on this?? Thanks.
I have posted the same question on groups.goole.com to get the answer. So I would like to post here discussed points.
These point might help someone.