gist:9182079

Sign up for a GitHub account Sign in Discover Gists public kyleterry / gist:9182079 Created 2014-02-24 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [ OK kyle@insomnia:~ ] $ curl -vvvv -X POST -d 'testing' http://localhost:8080/test --header "Content-Type: text/html" * Hostname was NOT found in DNS cache * Trying ::1... * connect to ::1 port 8080 failed: Connection refused * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 8080 (#0) > POST /test HTTP/1.1 > User-Agent: curl/7.35.0 > Host: localhost:8080 > Accept: */* > Content-...

Linked on 2014-02-24 04:44:31 | Similar Links