-
Notifications
You must be signed in to change notification settings - Fork 123
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
Add a way to test Access-Control-Allow-Origin: * #19
Comments
Related server code: test-cors.org/server/corsserver.py Line 90 in 4f8979c
|
There are several extensions made to working for this, with this feature it’s possible to validate which of them is valid. |
Thanks for your pointers! I knew about the article and different browser extensions. My point opening an issue was to provide a way via So using an extension is not the aim, it is overriding the browser's CORS implementation. test-cors.org only works with ACAO that reflects the received Origin;
I hope this clarifies the feature request. |
Using a wildcard ("*") in Access-Control-Allow-Origin Header bears special meaning within the CORS specification.
It would be interesting to be able to play with this option, notably to check the behaviour of different browsers.
For example,
adding an "Allow Origin" field in the "Local" Server part,
with an option to "mirror" the requesting origin,
or to specify a text field where we can put a specific value, including the wildcard "*".
The text was updated successfully, but these errors were encountered: