Skip to content
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

Missing Vary header #8

Closed
itsjamie opened this issue Nov 7, 2016 · 2 comments
Closed

Missing Vary header #8

itsjamie opened this issue Nov 7, 2016 · 2 comments

Comments

@itsjamie
Copy link

itsjamie commented Nov 7, 2016

When used with a cache in front of the server and requests made from a context that requires CORS and one that doesn't you can receive bad responses for the request that requires CORS.

This can be fixed by adding "Vary: Origin" to all responses.

@se77en
Copy link
Contributor

se77en commented Nov 9, 2016

See #9

@tboerger
Copy link
Contributor

tboerger commented Nov 9, 2016

Fixed via #9

@tboerger tboerger closed this as completed Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants