Created
May 24, 2012 16:48
-
-
Save kasei/2782695 to your computer and use it in GitHub Desktop.
Fuseki form-encoded query error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% telnet sparql.org 80 | |
Trying 140.211.11.85... | |
Connected to sparql.org. | |
Escape character is '^]'. | |
POST /sparql HTTP/1.1 | |
TE: deflate,gzip;q=0.3 | |
Connection: TE, close | |
Host: sparql.org | |
User-Agent: SPARQL11ProtocolValidator/0.1 libwww-perl/5.834 | |
Content-Length: 96 | |
Content-Type: application/x-www-form-urlencoded | |
query=ASK+%7B%7D&default-graph-uri=http%3A%2F%2Fkasei.us%2F2009%2F09%2Fsparql%2Fdata%2Fdata0.rdf | |
HTTP/1.1 400 No query string given | |
Date: Thu, 24 May 2012 16:47:40 GMT | |
Server: Fuseki (0.2.2-SNAPSHOT) | |
Access-Control-Allow-Origin: * | |
Content-Type: text/plain;charset=UTF-8 | |
Cache-Control: must-revalidate,no-cache,no-store | |
Content-Length: 95 | |
Connection: close | |
Error 400: No query string given | |
Fuseki - version 0.2.2-SNAPSHOT (Build date: 20120513-1524) | |
Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment