HTTP Messages Flashcards
1
Q
What is a client?
A
A computer or program that sends requests for a service from a server
2
Q
What is a server?
A
A computer or program that sends a response
3
Q
Which HTTP method does a browser issue to a web server when you visit a URL?
A
GET
4
Q
What is the format of an HTTP request message?
A
top-line (HTTP method, target, protocol version), header (optional), blank line, body (optional)
5
Q
What is the format of an HTTP response message?
A
top-line(protocol version, status code, status description) , header, blank line, body (response)