-
Notifications
You must be signed in to change notification settings - Fork 833
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
Investigate status of CORS #2412
Comments
hmm I guess this should be in the other repo, sorry! |
Addressed in sdopythonapp issue 6 Ready for test when a new version is uploaded to webschemas.org. @danbri When it is, can you ask who you heard it from to try it out. |
Ok, how does it look now? |
Returns what looks to be the correct output:
Also if request includes an Returns
|
or, at the very least just The reason for this is that, even though |
Fixes applied in sdopythonapp ( schemaorg/sdopythonapp#6 (comment) ) |
Apart from one outstanding issue comment All concerns addressed so closing. |
@RichardWallis can you investigate status of our CORS implementation?
I'm hearing we have issues:
Did you know schema.org does not support OPTIONS method in HTTP and do not CORS? You can’t read an ontology term from a script. Supporting CORS on GET isn't a thing as CORS requires the browser to send a OPTIONS first
The text was updated successfully, but these errors were encountered: