Skip to content
Snippets Groups Projects
Commit 2aede1a7 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing withCSRF to correctly get the CSRF token.

The request was assuming XML, which caused jQuery to blow its top since the response was not valid XML.  If we set the response to HTML, we can set the CSRF token directly from the response, without using response.body.

issue #177
parent 4a66ff11
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment