Created
March 22, 2012 21:38
-
-
Save s3u/2164763 to your computer and use it in GitHub Desktop.
curl trace from cloudfoundry
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
~/cfapp$ curl -v http://cfapp.qlio.cloudfoundry.me/console | |
* About to connect() to cfapp.qlio.cloudfoundry.me port 80 (#0) | |
* Trying 192.168.77.128... connected | |
* Connected to cfapp.qlio.cloudfoundry.me (192.168.77.128) port 80 (#0) | |
> GET /console HTTP/1.1 | |
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 | |
> Host: cfapp.qlio.cloudfoundry.me | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Server: nginx | |
< Date: Wed, 21 Mar 2012 17:09:53 GMT | |
< Content-Type: text/html; charset=utf-8 | |
< Connection: keep-alive | |
< Keep-Alive: timeout=20 | |
< Vary: Accept-Encoding | |
< X-Powered-By: ql.io/node.js v0.6.8 | |
< Content-Length: 1450 | |
< | |
<!DOCTYPE html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment