
About
An HTTP request is the way Internet communications platforms such as web browsers ask for the information they need to load a website1. Each HTTP request made across the Internet carries with it a series of encoded data that carries different types of information. HTTP request is made from a client to a host located on the server in order to receive a resource needed to build the content; when the clients use a URL that contains the information needed to access the server resource2.
Contents of an HTTP Request
A typical HTTP request contains:
- HTTP version type
- a URL
- an HTTP method
- HTTP request headers
- Optional HTTP body
Request Line
See request line
HTTP method (HTTP verb)
HTTP request headers/ Request header fields
See HTTP request headers (Request header fields)
HTTP request body
Anki
Links
References
Mozilla Developer Network. “HTTP request”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status. (Accessed: ). ↩︎
Sematext. “HTTP requests”. Available at: https://sematext.com/glossary/http-requests/. (Accessed: ). ↩︎