Closed vlet closed 9 years ago
By default jquery send this accept header: application/json, text/javascript, */*; q=0.01
application/json, text/javascript, */*; q=0.01
Raisin return "Invalid accept header" error, because it expects only one media type
https://github.com/vlet/Raisin/commit/e55f59a7035e2716fcc9fc6b0cf3a68006b2b938
Please put this changes into a different branch and send a pull request. Thanks.
merged into rfc7231-accept-header
By default jquery send this accept header:
application/json, text/javascript, */*; q=0.01
Raisin return "Invalid accept header" error, because it expects only one media type