
227
TE▶️ Here are the most common HTTP status codes used.
ℹ️ 200 OK: The request succeeded.
ℹ️ 201 Created: Request fulfilled, resulting in a new resource.
ℹ️ 202 Accepted: Request accepted for processing but not yet completed.
ℹ️ 204 No Content: Request processed, but no content is returned.
-----------------------------------------
ℹ️ 301 Moved Permanently: Resource permanently moved to a new URL.
ℹ️ 302 Found: Temporary redirect to a different URL.
ℹ️ 304 Not Modified: Resource hasn't changed since the last request (cached).
ℹ️ 307 Temporary Movement: Used when content is temporarily located at a different URL.
ℹ️ 308 Permanent Redirect redirection
-----------------------------------------
ℹ️ 400 Bad Request: Server cannot process request due to client error.
ℹ️ 401 Unauthorized: Authentication is required and has failed or not been provided.
ℹ️ 403 Forbidden: Server refuses to authorize the request.
ℹ️ 404 Not Found: The requested resource cannot be found.
ℹ️ 405 Method Not Allowed : client error
ℹ️ 408 Request Timeout: The server did not receive a complete request in time.
ℹ️ 429 Too Many Requests: Client sent too many requests (rate limiting).
-----------------------------------------
ℹ️ 500 Internal Server Error: General server error.
ℹ️ 502 Bad Gateway: Server acting as a gateway received an invalid response.
#httpstatuscodes #httpcode #statuscode #apiresponsecodes #responsecode
@tech_tonic_s










