Created
September 14, 2020 12:37
-
-
Save secretpray/173e267bc4002eb1aa7b1945c74fac1f to your computer and use it in GitHub Desktop.
Lesson 1 part 1.2
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
| Запрос: | |
| ncat -C httpbin.org 80 | |
| GET /user HTTP/1.1 | |
| Host: httpbin.org | |
| Ответ: | |
| HTTP/1.1 404 NOT FOUND | |
| Date: Mon, 14 Sep 2020 12:35:30 GMT | |
| Content-Type: text/html | |
| Content-Length: 233 | |
| Connection: keep-alive | |
| Server: gunicorn/19.9.0 | |
| Access-Control-Allow-Origin: * | |
| Access-Control-Allow-Credentials: true | |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
| <title>404 Not Found</title> | |
| <h1>Not Found</h1> | |
| <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment