HTTP codes

 0    26 fiche    unencrypted
Imprimer jouer consultez
 
question - réponse -
100
commencer à apprendre
Continue
Server allows client to proceed with request body
Client sends large file upload
101
commencer à apprendre
Switching Protocols
Server switches to different protocol
HTTP connection upgraded to WebSocket
200
commencer à apprendre
OK
Request processed successfully
Successful GET request for resource
201
commencer à apprendre
Created
New resource successfully created
POST creates new user
202
commencer à apprendre
Accepted
Request accepted but processing not finished
Background job queued
204
commencer à apprendre
No Content
Success with no response body
DELETE resource request
206
commencer à apprendre
Partial Content
Partial response for range request
Resuming interrupted download
301
commencer à apprendre
Moved Permanently
Permanent redirect to new URL
Website moved to new domain
302
commencer à apprendre
Found
Temporary redirect legacy behavior
Temporary maintenance redirect
304
commencer à apprendre
Not Modified
Resource not modified cached version valid
Browser cache validation
307
commencer à apprendre
Temporary Redirect
Temporary redirect method preserved
Temporary API endpoint switch
308
commencer à apprendre
Permanent Redirect
Permanent redirect method preserved
API version permanently changed
400
commencer à apprendre
Bad Request
Malformed or invalid request
Invalid JSON payload
401
commencer à apprendre
Unauthorized
Authentication required or failed
Missing authentication token
403
commencer à apprendre
Forbidden
Authenticated but access denied
User lacks required role
404
commencer à apprendre
Not Found
Resource does not exist
Requesting non existing endpoint
405
commencer à apprendre
Method Not Allowed
HTTP method not supported
POST on read only endpoint
409
commencer à apprendre
Conflict
Request conflicts with current state
Updating outdated resource version
410
commencer à apprendre
Gone
Resource permanently removed
Deleted API endpoint
415
commencer à apprendre
Unsupported Media Type
Unsupported content type
Sending XML to JSON only API
422
commencer à apprendre
Unprocessable Content
Semantic validation error
Validation fails for email field
429
commencer à apprendre
Too Many Requests
Too many requests in given time window
API rate limit exceeded
500
commencer à apprendre
Internal Server Error
Generic server side failure
Unhandled exception occurs
502
commencer à apprendre
Bad Gateway
Invalid response from upstream server
Reverse proxy upstream error
503
commencer à apprendre
Service Unavailable
Service temporarily unavailable
Server overloaded
504
commencer à apprendre
Gateway Timeout
Upstream server timeout
Upstream service slow response

Vous devez vous connecter pour poster un commentaire.