LFZ HTTP Quiz Flashcards
What is a client?
A requester of a server’s service
What is a server?
Provides a service to a client
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?
An HTTP method, verb, or noun, the request target, and the HTTP version
What three things are on the start-line of an HTTP response message?
The protocol version, the status code, and the status text
What are HTTP headers?
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 documentation
Is a body required for a valid HTTP message?
No, but it is still blank