Created
September 25, 2012 21:57
-
-
Save terrycojones/3784721 to your computer and use it in GitHub Desktop.
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
$ curl -v 'http://nhs-innovation.herokuapp.com/css/main.css' > /dev/null | |
* About to connect() to nhs-innovation.herokuapp.com port 80 (#0) | |
* Trying 174.129.192.155... % Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0connected | |
> GET /css/main.css HTTP/1.1 | |
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 | |
> Host: nhs-innovation.herokuapp.com | |
> Accept: */* | |
> | |
< HTTP/1.1 500 INTERNAL SERVER ERROR | |
< Content-Type: text/html; charset=utf-8 | |
< Date: Tue, 25 Sep 2012 21:56:43 GMT | |
< Server: gunicorn/0.14.6 | |
< transfer-encoding: chunked | |
< Connection: keep-alive | |
< | |
{ [data not shown] | |
100 3892 0 3892 0 0 5345 0 --:--:-- --:--:-- --:--:-- 14686 | |
* Connection #0 to host nhs-innovation.herokuapp.com left intact | |
* Closing connection #0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment