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

Only emit vary origin for CORS wildcard mode #1171

Merged
merged 1 commit into from
Nov 24, 2013
Merged

Only emit vary origin for CORS wildcard mode #1171

merged 1 commit into from
Nov 24, 2013

Conversation

kpdecker
Copy link
Contributor

If wildcards are not set then the server will respond with a static origin
list per the spec. This behavior can be disabled with the isOriginExposed
flag, effectively forcing wildcard-type behavior.

If wildcards are defined, other the simple *, all requests will have the vary
origin response applied to them.

If wildcards are not set then the server will respond with a static origin list per the spec. This behavior can be disabled with the isOriginExposed flag, effectively forcing wildcard-type behavior.

If wildcards are defined, other the simple *, all requests will have the vary origin response applied to them.
hueniverse pushed a commit that referenced this pull request Nov 24, 2013
Only emit vary origin for CORS wildcard mode
@hueniverse hueniverse merged commit 68aa36c into master Nov 24, 2013
@hueniverse hueniverse deleted the cors-vary branch November 25, 2013 09:00
jmonster pushed a commit to jmonster/hapi that referenced this pull request Feb 10, 2014
Only emit vary origin for CORS wildcard mode
@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants