HTTP

Cheatsheet for the Hypertext Transfer Protocol.

Request Methods

Common and often used HTTP request methods you should know. Read more here.

Status Codes

Common and often used HTTP status codes you should know. Read more here.

2xx

These status codes indicate that the request was successfully received, understood, and accepted.

3xx

These status codes indicate a redirection and that further action needs to be taken by the user agent in order to fulfill the request.

4xx

These status codes indicate that there occured an error on the client side.

5xx

These status codes indicate that there occured an error on the server side.

Further Resources

Read more here:

Last updated