308308 Permanent Redirect
The resource has permanently moved to a new URL, and the request method must not change when following the redirect.
307The request should be repeated with the same method at the URL in the Location header. Unlike 302, the request method must not change.
The server is temporarily redirecting while preserving the HTTP method. This is commonly used for HSTS (HTTP to HTTPS redirects) and temporary API endpoint changes where the POST body must be preserved.
Repeat the request with the same method and body at the new URL. Keep using the original URL for future requests. If you control the server and need a permanent redirect, use 308 instead.
308The resource has permanently moved to a new URL, and the request method must not change when following the redirect.
500The server encountered an unexpected condition that prevented it from fulfilling the request.
102The server has received and is processing the request, but no response is available yet (WebDAV).
302The requested resource temporarily resides at a different URL. Future requests should continue to use the original URL.
403The server understood the request but refuses to authorize it. Unlike 401, re-authenticating will not help.
525Cloudflare could not complete an SSL/TLS handshake with the origin server.