-
Notifications
You must be signed in to change notification settings - Fork 762
Enable submitting cookies in CORS requests #1189
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
Conversation
@RenukaFernando, can you add some tests to cover this new functionality? |
f71fb67
to
194f80c
Compare
194f80c
to
1992488
Compare
d0cb27a
to
a877e8b
Compare
a877e8b
to
6fb5828
Compare
Hi @shockey, |
@RenukaFernando can do! |
thanks, @RenukaFernando! |
Thank you! @shockey for you help |
Hi, maybe a silly question, but could someone explain me how to set this |
@dalbani, this is a merged PR - if you need help please open a new support ticket 👍 |
Changes
credentials
according to the value ofhttp.withCredentials
as in theREADME.md
.Description
credentials
ifhttp.withCredentials
value istrue
.Motivation and Context
credentials
is always 'same-origin' to fetch request.How Has This Been Tested?
localhost:9292
sends requests to the server onlocalhost:9293
.Screenshots (if appropriate):
Types of changes
package.json
)Checklist: