The OBS server complies with the HTTP standard. After an API is called, the OBS server returns a standard HTTP status code. The following tables list the categories of HT
The first digit of the status code defines the class of response. The last two digits don't have any categorization role. There are five values for the first digit:1xx (Informational): Provisional response - the request was received, continuing process. 2xx (Successful): The server...
HTTP RFC 2616对204状态码的描述如下: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. The response MAY include new or updated metainformation in the form of entity-headers, which if present SHOULD be associated ...
Using this status code is not necessary and is appropriate only when the response is not returned with 200 OK from this status code. [Edit] 204, No, Content The server successfully processed the request, but does not need to return any entity content and wants to return the updated meta ...
NormalReturn codes for successful requestsStatus CodeDescription200Request succeeded.202Asynchronous requests (such as performing a task) are submitted successfully.Abnor
The first digit of the status code defines the class of response. The last two digits don't have any categorization role. There are five values for the first digit: 1xx (Informational): Provisional response - the request was received, continuing process. ...
Let us learn what the important status codes are for SEO Written byToby Osbourn May 2015 Updated: Apr 2024 1628 words HTTP status codes are something you really need to understand if you want to stand a hope of having your website ranking consistently well in search engines. ...
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. There are no required headers for this class of status code. Since HTTP/1.0 did not define any 1xx status codes, servers MUST NOT send ...
http status code 原文 https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html http://blog.csdn.net/softwave/article/details/6201800 所有HTTP 状态代码及其定义。 代码 指示 2xx 成功 200 正常;请求已完成。 201 正常;紧接 POST 命令。 202 正常;已接受用于处理,但处理尚未完成。
412 Precondition FailedYesIf-Unmodified-Since header was used on request. OR The entity tag value on the If-Match header does not match the entity tag for the object being updated.Yes 417 Expectation FailedNoExpect header received which did not have value "100-continue".No ...