Here's what a HTTP 1.1 request looks like:

1
2
3
4
GET / HTTP/1.1
Host: example.com


(Note that it is followed by two Windows-style newlines, \r\n, although nearly all servers will accept \n)

Edit Report
Pub: 04 Nov 2024 22:09 UTC
Views: 44