Created
October 11, 2019 05:03
-
-
Save jennimckinnon/bbba0d1f40824ed1e9772e3012ef1384 to your computer and use it in GitHub Desktop.
For a KB article
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
* Hostname was NOT found in DNS cache | |
* Trying 123.45.6.789... | |
* Connected to 123.45.6.789 (123.45.6.789) port 80 (#0) | |
> GET /login HTTP/1.1 | |
> User-Agent: Mozilla 5.0 | |
> Accept: */* | |
> Host: your-site.com | |
> | |
* Empty reply from server | |
* Connection #0 to host 123.45.6.789 left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment