Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created October 15, 2017 02:10
Show Gist options
  • Save khannedy/fb1b2c78583bcb4d7e72873f847ff35a to your computer and use it in GitHub Desktop.
Save khannedy/fb1b2c78583bcb4d7e72873f847ff35a to your computer and use it in GitHub Desktop.
curl -v localhost:8080
* Rebuilt URL to: localhost:8080/
* Hostname was NOT found in DNS cache
* Trying ::1...
* Connected to localhost (::1) port 8080 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: localhost:8080
> Accept: */*
>
< HTTP/1.1 401
< Content-Length: 0
< Date: Sun, 15 Oct 2017 01:38:10 GMT
<
* Connection #0 to host localhost left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment