-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add CORS check for 304 response #27
Comments
See https://bz.apache.org/bugzilla/show_bug.cgi?id=51223. Still not fixed. |
Wow! That's been an issue since over 3 years now, and Apache still doesn't do CORS properly? |
Yup, browsing the source, not even fixed in 'master': https://github.com/apache/httpd/blob/004c986675cfc468b85b487719bb4c6310b74afe/modules/http/http_filters.c#L1337 |
I guess I have to lie about the 304 and just return a 200 instead... :( |
Damn, that's actually a really big drawback with all the directory requests we have to do for sync. |
My tests show that 304 headers are not needed on CORS... |
@fkooman What browsers/UAs did you test so far? We should probably make a list, as this was a problem with all browsers I tested not too long ago. |
|
Some web servers, including it seems Apache in Fedora 22 do not set CORS headers on responses with a 304, e.g.:
The text was updated successfully, but these errors were encountered: