HTTP Flashcards
1
Q
What is a client?
A
A service requester
2
Q
What is a server?
A
Provider of a service or resource
3
Q
Which HTTP method does a browser issue to a web server when you visit a URL?
A
GET
4
Q
What is on the first line of an HTTP response message?
A
Protocol version, status code, and status text
5
Q
What are HTTP headers?
A
Lets client and server pass additional information with a request or response
6
Q
What are HTTP headers?
A
Key value pairs. Lets client and server pass additional information with a request or response