We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cors_allow_origins is support * or the exact matching. HTTP request from many subdomain case is need to add many domain in cors_allow_origins setting.
cors_allow_origins
I want to specify wildcard subdomain as a solution. But, according to Access-Control-Allow-Origin header specification unusable( https://www.w3.org/TR/cors/#access-control-allow-origin-response-header ).
Access-Control-Allow-Origin
May I add this feature? If allowed, I can create PullRequest.
The text was updated successfully, but these errors were encountered:
yes please :)
Sorry, something went wrong.
Patch is merged. Forgot to close.
No branches or pull requests
cors_allow_origins
is support * or the exact matching. HTTP request from many subdomain case is need to add many domain incors_allow_origins
setting.I want to specify wildcard subdomain as a solution. But, according to
Access-Control-Allow-Origin
header specification unusable( https://www.w3.org/TR/cors/#access-control-allow-origin-response-header ).May I add this feature? If allowed, I can create PullRequest.
The text was updated successfully, but these errors were encountered: