HTTP Flashcards
What is a client?
service requester
What is a server?
providers of a resource or service - provides a function or service to one or many clients
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?
HTTP method, request target (URL), 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?
Describe the request or response itself -ways for the client and server to pass additional information with an HTTP request or response
Where would you go if you wanted to learn more about specific HTTP Header?
MDN
Is a body required for a valid HTTP request or response message?
No
What is a client?
service requester - ask requests to the server
What is a server?
providers of a resource or service - provides a function or service to one or many clients
Which HTTP method does a browser issue to a web server when you visit a URL?
GET
What is on the first line of an HTTP request message?
http method, request target(URL), HTTP version
What is on the first line of an HTTP response message?
protocol version, status code, status text
What are HTTP headers?
Describe the request or response itself -ways for the client and server to pass additional information with an HTTP request or response
Is a body required for a valid HTTP message?
No, –body; only the the response body is printed