HTTP Flashcards
What is a client?
service requesters
What is a server?
service providers for the requests
Which HTTP method does a browser issue to a web server when you visit a URL?
HTTP GET
What three things are on the start-line of an HTTP request message?
HTTP method, request target (URL usually), HTTP version
What three things are on the start-line of an HTTP response message?
protocol version, status code, status text
What are HTTP headers?
ways for the client and server to pass additional information with an HTTP request or response (meta data)
Where would you go if you wanted to learn more about a specific HTTP Header?
google HTTP headers mdn
Is a body required for a valid HTTP request or response message?
no