-
Notifications
You must be signed in to change notification settings - Fork 156
Playground is choking on http://schema.org
(no trailing slash)
#798
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
Comments
http://schema.org
(no trailing slash)http://schema.org
(no trailing slash)
This would be something for @davidlehn to look at, I think. But, that said, our advice is that contexts be cached, and given how slowly schema.org actually changes, we should have a built-in version of that context so we're not irking DanBri more than necessary. |
I can look later, but maybe a quick fix for the common schema.org case is to just add a no trailing slash check here: Maybe the real reason is the proxy hack needs work to handle redirects, but I'd rather just see this entirely go away: |
Hi, could I please nudge this issue? https://dataverse.org provides "http://schema.org" in their Linked Data representation (e.g. see the header in the source code of: https://datasets.iisg.amsterdam/dataset.xhtml?persistentId=hdl:10622/XZAHCX ). However, since the playground doesn't accept the json-ld as valid, our national heritage network argues that the Linked Data doesn't comply with json-ld standards. |
I covered up the problem by also rewriting schema.org URL without the trailing slash. A proper fix is a bit more involved: #813. |
Throws this error:
Looks like maybe it's just not following the 301 response's Location header to
https://schema.org/
.The text was updated successfully, but these errors were encountered: