-
Notifications
You must be signed in to change notification settings - Fork 102
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
Reference services are not CORS-enabled #66
Comments
@alexis-y Thank you for reporting. Is this happening to V3 sample services only? Are you also testing V4 services? |
This happens in V2, V3 and V4. I did not test the other reference services, only Northwind. |
@alexis-y An issue is created on the sample services repo. Please follow the reference I newly added to monitor its status. |
Great, will follow up there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And thus can not be used from a web browser for testing JS, for instance.
Example request:
and it's response:
Notice the response headers claim to allow CORS, but the response is Not Implemented.
Workaround
None that I know. I'd tipically just uso JSONP, but $metadata can not be requested by JSONP.
The text was updated successfully, but these errors were encountered: