I am getting this error in Chrome when trying to send an ajax request:
Content-Type is not allowed by Access-Control-Allow-Headers
Everythi
I had the same problem and I solved it by adding the following header: Access-Control-Allow-Headers: content-type