303 See Other
The HTTP 303 status code means a redirect to another location, where an indirect response can be found.
Imagine a case where you want to place an order online. You submit a POST or PUT request, and a server redirects you to a confirmation page. To find out if the order was successfully placed, you will have to send a GET request to an endpoint in the Location
header:
HTTP/2 303 See Other
Location: https://example.com/yolo