Skip to content
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

/.well-known/void redirect not followed #49

Open
VladimirAlexiev opened this issue Feb 13, 2016 · 0 comments
Open

/.well-known/void redirect not followed #49

VladimirAlexiev opened this issue Feb 13, 2016 · 0 comments

Comments

@VladimirAlexiev
Copy link

http://sparqles.ai.wu.ac.at/endpoint?uri=http%3A%2F%2Fvocab.getty.edu%2Fsparql says:
VoID Description: HTTP Get /.well-known/void: RED (i.e. not found).

However, we return content through a redirect:

>curl -IL http://vocab.getty.edu/.well-known/void
HTTP/1.1 302 Found
Location: http://vocab.getty.edu/void.ttl
Access-Control-Allow-Origin: *
Server: GraphDB 6.0.7835, Forest 2.1.3, Sesame 2.7.8
Content-Length: 0
Date: Sat, 13 Feb 2016 17:02:09 GMT
Set-Cookie: BIGipServerForest=587573440.45165.0000; path=/

HTTP/1.1 200 OK
Content-Disposition: attachment; filename="void.ttl"
Access-Control-Allow-Origin: *
Server: GraphDB 6.0.7835, Forest 2.1.3, Sesame 2.7.8
Content-Type: text/turtle;charset=UTF-8
Content-Length: 220573
Date: Sat, 13 Feb 2016 17:02:09 GMT

Such redirect is in accordance with https://www.w3.org/TR/void/#well-known

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant