All about HTTP Flashcards

1
Q

HTTP request methods

A

The request indicates the method to be performed on the resource identified by the URI.

https://www.restapitutorial.com/lessons/httpmethods.html
https://www.tutorialspoint.com/http/http_requests.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTTP response status codes

A

1xx: informational
2xx: Success
3xx: redirection
4xx: client error
5xx: server error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTTP Request/Response Packet

A

It is separated into three parts.
1. Request/Response (R/R) Message - includes the R/R URL, R/R method, status code, remote address, etc.
2. Header - metadata about the message.
3. Body/Payload - the data. This may or may not be included.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly