HTTP Header Fields


With each request and response, you have something called a header and a body.

Pasted image 20240820015639.png

The body, as a response usually is the HTML page that you are trying to load.
Pasted image 20240820015708.png

When you make a request, the body usually is a request form.
Pasted image 20240820015745.png

Types of headers

General Response Request
Request URL Server Cookies
Request Method Set-Cookie Accept-xxx
Status Code Content-Type Content-Type
Remote Address Content-Lenght Content-Lenght
Referrer Policy Date Authorization
User-Agent
Referrer