Skip to content

Instantly share code, notes, and snippets.

@kasei
Created June 30, 2011 13:28
Show Gist options
  • Save kasei/1056234 to your computer and use it in GitHub Desktop.
Save kasei/1056234 to your computer and use it in GitHub Desktop.
dydra bad success
[tiu:git/perlrdf/RDF-Trine] [master]% curl -v -H "Content-Type: text/plain" -d '<http://example.com/a> <http://example.com/b> <http://example.com/cd>f .' http://XXXXXXXXXXXXXXXXXXXX@dydra.com:80/kasei/test/statements
* About to connect() to dydra.com port 80 (#0)
* Trying 174.129.29.14... connected
* Connected to dydra.com (174.129.29.14) port 80 (#0)
* Server auth using Basic with user 'XXXXXXXXXXXXXXXXXXXX'
> POST /kasei/test/statements HTTP/1.1
> Authorization: Basic YYYYYYYYYYYYYYYYYYYYYYYYYYYY
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
> Host: dydra.com
> Accept: */*
> Content-Type: text/plain
> Content-Length: 72
>
< HTTP/1.1 204 No Content
< Date: Thu, 30 Jun 2011 13:23:20 GMT
< Server: Apache/2.2.16 (Ubuntu)
< X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.2
< X-UA-Compatible: IE=Edge,chrome=1
< X-Runtime: 1.092468
< Status: 204
< Content-Type: text/plain
< Cache-Control: no-cache, proxy-revalidate
< Content-Length: 0
< Connection: Keep-Alive
< Set-Cookie: _dydra_session=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ; path=/; HttpOnly
<
* Connection #0 to host dydra.com left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment