You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application posts a form using Ajax successfully. The response, however, contains links that are appended to the DOM. Those links are never processed and they are therefore all failing.
I have validated that the injectAttributes variable is set to true.
`
var injectForms = true;
var injectGetForms = true;
var injectFormAttributes = true;
var injectAttributes = true;`
Sorry if I am missing something obvious here, but is this a supported feature? I can't find any documentation indicating how to manually post-process content we get using ajax.
Thanks in advance for any clues as to how to get this use case to work.
The text was updated successfully, but these errors were encountered:
This is not currently possible with the 3.1.0 release, but I've implemented it in #148.
The #136 pull request contains a lot of changes I've made with the intention of creating 4.0 version of the CSRFGuard. It is currently in a release candidate stage that I am testing in couple of projects. Feel free to give it a try and provide your feedback.
My application posts a form using Ajax successfully. The response, however, contains links that are appended to the DOM. Those links are never processed and they are therefore all failing.
I have validated that the injectAttributes variable is set to true.
`
Sorry if I am missing something obvious here, but is this a supported feature? I can't find any documentation indicating how to manually post-process content we get using ajax.
Thanks in advance for any clues as to how to get this use case to work.
The text was updated successfully, but these errors were encountered: