-
Notifications
You must be signed in to change notification settings - Fork 17
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
Enable preflighted CORS #24
Comments
Sure, for what though? :-) |
I'm implementing a JS-only client and a Hydra console as playground On Aug 23, 2016, 21:38, at 21:38, Markus Lanthaler [email protected] wrote:
|
Sorry, I still don’t understand what you are asking for. This is the HydraConsole repository. What needs to be changed in the HydraConsole? |
Oh, sorry, you're right. Of course, this was meant for the demo API repository |
Which I don't see by the way in your repo list... |
They can be found at: But it should probably be fixed directly in the HydraBundle (funnilly enough the last commit added some CORS headers) |
To fix it in HydraBundle, it would have to be configurable. After all, not everyone will want to publish their API publicly for everyone. So, would you like me to raise this issue in any of those repos? |
Hi. Would it be possible to enable CORS requests with preflight? Currently the first
OPTIONS
request fails with405
status code.The text was updated successfully, but these errors were encountered: