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

fix(cors): allow routing the cors request with credentials #3336

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented Aug 7, 2020

Addresses the use-case behind #3331. It does not expose explicit OPTIONS routing, but allows the credentials CORS requests to be routed.

@pavelfeldman pavelfeldman merged commit b3091de into microsoft:master Aug 7, 2020
@andrisi
Copy link

andrisi commented Mar 12, 2021

@dgozman @pavelfeldman Could you add an example of how to use this? How to do a route and then respond with some mocked headers. Thanks!

@ydennisy
Copy link

+1 for an example here

@dgozman
Copy link
Contributor

dgozman commented Mar 24, 2021

@andrisi @ydennisy It is currently not possible to separately route OPTIONS request. We are doing our best to let the actual (non-OPTIONS) request to proceed and be routed.

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.

4 participants