React

1 thought
last posted July 3, 2015, 2:11 p.m.
0
get stream as: markdown or atom
0

I was using the axios library this morning to do some simple AJAX requests and was hitting an issue with the CSRF token header and cookie name being different in that library than what my server expects.

I figured out how to override them by doing the following in the module where I am using axios: