Table of Contents
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.
Contents of an HTTP Request
A typical HTTP request contains:
- HTTP version type
- a URL
- an HTTP method
- HTTP request headers
- Optional HTTP body
HTTP method
See HTTP method
HTTP request headers
HTTP request body
The HTTP request body is the part that contains the ‘body’ of information the request is transferring/ submitting to the server e.g. username and password or any other data.
Anki
Links
References
Mozilla Developer Network. “HTTP request”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status . (Accessed: ). ↩︎