Created
June 30, 2011 13:28
-
-
Save kasei/1056234 to your computer and use it in GitHub Desktop.
dydra bad success
This file contains 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
[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://[email protected]: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