Created
October 15, 2017 02:10
-
-
Save khannedy/fb1b2c78583bcb4d7e72873f847ff35a 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 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