Skip to content

Instantly share code, notes, and snippets.

@secretpray
Created September 14, 2020 12:50
Show Gist options
  • Save secretpray/b78a6bff1ca07100142a12335fe5b280 to your computer and use it in GitHub Desktop.
Save secretpray/b78a6bff1ca07100142a12335fe5b280 to your computer and use it in GitHub Desktop.
GET запрос с любыми параметрами строки URL
ncat -C httpbin.org 80
GET /user?admin=1 HTTP/1.1
Host: httpbin.org
Ответ:
HTTP/1.1 404 NOT FOUND
Date: Mon, 14 Sep 2020 12:49:49 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