Headers and how is it used in HTTPS

How communication happens between webserver and client-user

Created: 2022-06-29
Tags: #fleeting


Header is a Type of Data
used to communicate between web server and client.

HEADERS used when CLIENT reQUESTS to web servers
Requests is you basically sending data to the web server.

HEADERS used when WEB-SERVER reSPOND to client
Response is the web server sending data to your computer.

References