May 2019
Intermediate to advanced
478 pages
11h 21m
English
HTTP runs over TCP port 80.
HTTP can be used to transfer essentially any computer file. It's commonly used for web pages (HTML) and the associated files (such as styles, scripts, fonts, and images).
GET, POST, and HEAD are the most common HTTP request types.
GET is the usual request type for a client to request a resource from the server.
POST is used when the client needs to send data to the server.
Read now
Unlock full access