HTTP Requests
The first line of every HTTP request consists of WHAT three items, separated by spaces?
The Requested URL?
What are some common HTTP Request Headers?
Referer Header
- EXAMPLE: If the user clicked on a link, the link URL is displayed
User-Agent Header
Host Header
Cookie Header
The first line of the HTTP Response consists of WHAT three items?
GET method
POST method
- with this method, request parameters can be sent both in the URL query string and in the body of the message
General HTTP Headers
Connection Header
Content-Encoding Header
Content-Type Header
Transfer-Encoding Header
Request Headers
Accept Header
Accept-Encoding Header
Authorization Header
User-Agent Header
Response Headers
left off here