-
Notifications
You must be signed in to change notification settings - Fork 146
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
Error in CORS snippet #8
Comments
Hey Alafef, In the CORS snippet, your able to control the Origin to overwrite the wildcard (*), You can use this to exploit the code. Regards, |
Ah! I see what you mean! Thank you for letting me know, that's very appreciated! |
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials
According to the documentation, Cookies cannot be passed with ACAO: * and ACAC: true
This happens in a CORS code snippet
The text was updated successfully, but these errors were encountered: