I'm using ExtJs for UI and am doubtful of using CSRFGuard in AjaxRequest of extjs. I'm currently appending the CSRFName and value to the URL of ajax and it is working perfectly fine.
Is there any way that the token name and value could be added as header of Ajax so that it need not be written for each and every AjaxRequest.
Seeking early response. Thanks