Skip to content

Instantly share code, notes, and snippets.

@niclashoyer
Created July 14, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niclashoyer/a8af6897f2ce1f69c459 to your computer and use it in GitHub Desktop.
Save niclashoyer/a8af6897f2ce1f69c459 to your computer and use it in GitHub Desktop.
Fuseki OPTIONS Request
$ curl -v -X OPTIONS http://cgulls.dontexist.org:3030/ds/query
* About to connect() to cgulls.dontexist.org port 3030 (#0)
* Trying 192.168.0.36...
* connected
* Connected to cgulls.dontexist.org (192.168.0.36) port 3030 (#0)
> OPTIONS /ds/query HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-redhat-linux-gnu) libcurl/7.24.0 NSS/3.13.4.0 zlib/1.2.5 libidn/1.24 libssh2/1.4.1
> Host: cgulls.dontexist.org:3030
> Accept: */*
>
< HTTP/1.1 200 OK
< Allow: GET,OPTIONS,POST
< Content-Length: 0
< Server: Jetty(7.x.y-SNAPSHOT)
<
* Connection #0 to host cgulls.dontexist.org left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment