HTTP codes

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

Musisz się zalogować, by móc napisać komentarz.