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

feat: define specific cors domains #62

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

fuse
Copy link
Contributor

@fuse fuse commented May 16, 2022

We can't mix request with credentials with wildcard for Access-Control-Allow-Headers [1].

This modifications enable ability to define specific domains for CORS, enabling requests with credentials.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers

We can't mix request with credentials with wildcard for Access-Control-Allow-Headers [1].

This modifications enable ability to define specific domains for CORS, enabling requests with credentials.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
@codekitchen codekitchen merged commit 17a45f1 into codekitchen:master Jun 1, 2022
@codekitchen
Copy link
Owner

looks great thank you! I'll cut a v2.7.1

@fuse fuse deleted the feat/cors-domains branch June 1, 2022 16:37
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

Successfully merging this pull request may close these issues.

2 participants