Created
July 31, 2008 01:51
-
-
Save cv/3382 to your computer and use it in GitHub Desktop.
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
[cv@bacon ~]$ curl -i http://localhost:3000/passport_applications/new.xml | |
HTTP/1.1 200 OK | |
Connection: close | |
Date: Thu, 31 Jul 2008 01:52:51 GMT | |
Set-Cookie: _webdocs_session=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--859666d5b96dd9ae67722dc0c8f410d3b6b365b6; path=/ | |
Status: 200 OK | |
X-Runtime: 0.00808 | |
ETag: "5f8af8da6299af5a000c21dc2a796e46" | |
Cache-Control: private, max-age=0, must-revalidate | |
Server: Mongrel 1.1.5 | |
Content-Type: application/xml; charset=utf-8 | |
Content-Length: 196 | |
<?xml version="1.0" encoding="UTF-8"?> | |
<passport-application> | |
<full-name nil="true"></full-name> | |
<address nil="true"></address> | |
<...> | |
</passport-application> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment