-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚧 Organize the translation content related to http status 🌐 #2
Comments
aiyoudiao
added
📚 docs
对文档的改进或补充。 Improvements or additions to documentation
🌱 padding
正在做。Doing...
labels
Aug 28, 2024
|
100 -> Continue: The server has received the request headers, and the client should continue to send the request body.
101 -> Switching Protocols: The client requested a protocol change, and the server acknowledges it will switch protocols.
102 -> Processing: The server is processing the request but no response is available yet.
200 -> OK: The request was successful, and the server is returning the requested resource.
201 -> Created: The request was successful, and a new resource has been created.
202 -> Accepted: The request has been accepted but has not yet been processed. Successful processing is not guaranteed.
203 -> Non-Authoritative Information: The server processed the request successfully, but the returned information may be from another source.
204 -> No Content: The server successfully processed the request but is not returning any content, often used in response to a DELETE request.
205 -> Reset Content: Similar to 204 No Content, but the client must reset the document view.
206 -> Partial Content: The server is delivering only part of the resource, as requested by the client via the Range header.
207 -> Multi-Status: The body contains multiple status codes, typically as an XML message, for different sub-requests.
208 -> Already Reported: The DAV binding members have already been enumerated in a previous response and are not included again.
226 -> IM Used: The server fulfilled a GET request and applied one or more instance manipulations to the current resource instance.
300 -> Multiple Choices: There are multiple options the client can follow.
301 -> Moved Permanently: The resource has been moved permanently to a new URI. All future requests should use the new URI.
302 -> Found: The resource has been temporarily moved to another URI. Often used in response to POST requests.
303 -> See Other: The resource can be retrieved by following a different URI using the GET method. Typically sent in response to a POST, PUT, or DELETE.
304 -> Not Modified: The resource has not been modified since the date specified in the If-Modified-Since or If-Match headers.
305 -> Use Proxy: The requested resource is only accessible through a proxy provided in the response.
306 -> Switch Proxy: No longer used. Originally meant the client should switch to a specified proxy.
307 -> Temporary Redirect: The requested resource is temporarily available at a different URI, but future requests should continue using the original URI.
308 -> Resume Incomplete (Google): Used in resumable HTTP requests to resume aborted PUT or POST operations.
400 -> Bad Request: The server cannot process the request due to malformed syntax.
401 -> Unauthorized: Authentication is required and has either failed or has not been provided.
402 -> Payment Required: Reserved for future use, though some services use it for rate limiting or premium features.
403 -> Forbidden: The server understood the request but refuses to authorize it. Authentication will not make a difference.
404 -> Not Found: The requested resource could not be found on the server.
405 -> Method Not Allowed: The HTTP method used is not supported for the requested resource.
406 -> Not Acceptable: The resource cannot be provided in a format specified by the Accept headers in the request.
407 -> Proxy Authentication Required: Authentication with the proxy is required before the request can be fulfilled.
408 -> Request Timeout: The server timed out waiting for the request from the client.
409 -> Conflict: The request could not be completed due to a conflict with the current state of the resource.
410 -> Gone: The requested resource is no longer available and will not be available again.
411 -> Length Required: The server requires the Content-Length header field to be specified.
412 -> Precondition Failed: The server does not meet one of the preconditions set by the client.
413 -> Payload Too Large: The request is too large for the server to process.
414 -> URI Too Long: The URI provided was too long for the server to process.
415 -> Unsupported Media Type: The media type of the request is not supported by the server.
416 -> Range Not Satisfiable: The client requested a portion of the file, but the server cannot supply that portion.
417 -> Expectation Failed: The server cannot meet the requirements of the Expect request-header field.
418 -> I'm a Teapot: A humorous code from the HTCPCP/1.0 protocol, indicating the server is a teapot and cannot brew coffee.
421 -> Misdirected Request: The request was directed at a server that cannot respond to it.
422 -> Unprocessable Entity: The request was well-formed but was unable to be followed due to semantic errors.
423 -> Locked: The requested resource is currently locked and cannot be accessed.
424 -> Failed Dependency: The request failed because it depended on another request that also failed.
426 -> Upgrade Required: The client should switch to a different protocol, such as TLS/1.0.
428 -> Precondition Required: The server requires the request to be conditional, typically to avoid conflicts with other clients.
429 -> Too Many Requests: The user has sent too many requests in a given amount of time (rate limiting).
431 -> Request Header Fields Too Large: The server refuses to process the request because the header fields are too large.
440 -> Login Timeout (Microsoft): The session has expired. Specific to Microsoft services.
444 -> No Response (Nginx): The server returned no information and closed the connection, often used to deter malware.
449 -> Retry With (Microsoft): The request should be retried after performing the appropriate action.
450 -> Blocked by Windows Parental Controls (Microsoft): Access is blocked by Windows Parental Controls.
451 -> Redirect (Microsoft): Used in Exchange ActiveSync when there is a more efficient server to use or the server cannot access the user's mailbox.
494 -> Request Header Too Large (Nginx): The request headers were too large for the server to process.
495 -> SSL Certificate Error (Nginx): An internal Nginx code indicating an SSL certificate error.
496 -> No SSL Certificate (Nginx): The client did not provide a certificate, specific to Nginx.
497 -> HTTP to HTTPS (Nginx): A plain HTTP request was sent to an HTTPS port, specific to Nginx.
498 -> Token Expired/Invalid (Esri): Used by ArcGIS for Server when a token is expired or invalid.
499 -> Token Required (Esri): Used by ArcGIS for Server when a token is required but not provided.
500 -> Internal Server Error: A generic error message, given when an unexpected condition was encountered.
501 -> Not Implemented: The server does not support the functionality required to fulfill the request.
502 -> Bad Gateway: The server was acting as a gateway or proxy and received an invalid response from the upstream server.
503 -> Service Unavailable: The server is currently unavailable, often due to being overloaded or down for maintenance.
504 -> Gateway Timeout: The server, acting as a gateway or proxy, did not receive a timely response from the upstream server.
505 -> HTTP Version Not Supported: The server does not support the HTTP protocol version used in the request.
506 -> Variant Also Negotiates: Transparent content negotiation resulted in a circular reference.
507 -> Insufficient Storage: The server is unable to store the representation needed to complete the request.
508 -> Loop Detected: The server detected an infinite loop while processing the request.
509 -> Bandwidth Limit Exceeded (Apache): Not an official HTTP status code, used by Apache to indicate bandwidth usage has been exceeded.
510 -> Not Extended: Further extensions to the request are required for the server to fulfill it.
511 -> Network Authentication Required: The client needs to authenticate to gain network access.
520 -> Unknown Error (Microsoft/CloudFlare): A catch-all error code for when the origin server returns an unexpected response.
521 -> Web Server Is Down (CloudFlare): The origin server has refused the connection from CloudFlare.
522 -> Connection Timed Out (CloudFlare): CloudFlare could not negotiate a TCP handshake with the origin server.
523 -> Origin Is Unreachable (CloudFlare): CloudFlare could not reach the origin server, possibly due to incorrect DNS records.
524 -> A Timeout Occurred (CloudFlare): CloudFlare established a TCP connection to the origin server but did not receive a timely HTTP response.
525 -> SSL Handshake Failed (CloudFlare): CloudFlare could not negotiate an SSL/TLS handshake with the origin server.
526 -> Invalid SSL Certificate (CloudFlare): CloudFlare could not validate the SSL/TLS certificate presented by the origin server.
527 -> Railgun Error (CloudFlare): The request failed after the WAN connection was established, specific to CloudFlare's Railgun. |
aiyoudiao
changed the title
Organize the translation content related to http status
🚧 Organize the translation content related to http status
Aug 28, 2024
aiyoudiao
changed the title
🚧 Organize the translation content related to http status
🚧 Organize the translation content related to http status 🌐
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the subject, organize the translated content related to the translated http status 🌐
The text was updated successfully, but these errors were encountered: