We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example where we would expect a 400
$ curl --include https://data.beeldengeluid.nl/gtaa/invalid HTTP/1.1 200 OK Date: Thu, 23 Jun 2022 13:37:11 GMT Server: nginx/1.14.1 Content-Type: application/ld+json Content-Length: 174 Access-Control-Allow-Origin: * [ { "@id": "http://data.beeldengeluid.nl/gtaa/invalid", "https://schema.org/publisher": [ { "@id": "https://www.beeldengeluid.nl/" } ] } ]
Example where we would expect a 404
$ curl --include https://data.beeldengeluid.nl/gtaa/99999999999999999999999999999999999999 HTTP/1.1 200 OK Date: Thu, 23 Jun 2022 13:37:14 GMT Server: nginx/1.14.1 Content-Type: application/ld+json Content-Length: 205 Access-Control-Allow-Origin: * [ { "@id": "http://data.beeldengeluid.nl/gtaa/99999999999999999999999999999999999999", "https://schema.org/publisher": [ { "@id": "https://www.beeldengeluid.nl/" } ] } ]
The text was updated successfully, but these errors were encountered:
Slightly related: #220 .
Sorry, something went wrong.
wmelder
No branches or pull requests
Example where we would expect a 400
Example where we would expect a 404
The text was updated successfully, but these errors were encountered: