HTTP Flashcards
What is a client?
service requester
What is a server?
provider of a resource or service
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What three things are on the start-line of an HTTP request message?
the HTTP method, the request target, the HTTP version
What three things are on the start-line of an HTTP response message?
the protocol version, the status code, the status text
What are HTTP headers?
let the client and the server pass additional information with an HTTP request or response
Where would you go if you wanted to learn more about a specific HTTP Header?
MDN’s HTTP headers page
Is a body required for a valid HTTP request or response message?
no
What is the difference between the internet and the web?
the internet is computers on a network with IP addresses; the web is how clients and servers communicate over the internet