Created
October 11, 2019 05:00
-
-
Save jennimckinnon/666646761b7521641b66e725e8e1528a 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 | |
> | |
< HTTP/1.1 200 OK | |
< Content-Type: text/html | |
< Date: Day, DD, Month Year Hour:Minute:Second Timezone | |
{ [12345 bytes data] | |
* 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