本文提供了Microsoft Internet Information Services(IIS)中的超文本传输协议(HTTP)状态代码的列表。 原始产品版本:Internet Information Services 原始KB 编号:943891 简介 尝试使用 HTTP 协议访问运行 IIS 的服务器上的内容时,IIS 将返回一个数字代码,指示请求的结果和响应的语义,包括请求是否成功。
Response status codes beginning with the digit “5” indicate cases in which the server is aware that it has erred or is incapable of performing the request. Except when responding to a HEAD request, the server SHOULD include an entity containing an explanation of the error situation, and whe...
4XX– These are error codes signaling a problem with the request sent from the client (browser). 5XX– Errors originating from the website’s server that prevent it from sending a valid response. Complete List of HTTP Status Codes with Explanations ...
5XX (server error)– a server-side issue prevents the request from being processed. Like 4XX, the response specifies if it’s a temporary or permanent issue. Complete list of HTTP status codes and explanation Here is the complete list of HTTP status codes from IEFT documentation: ...
The following HTTP sub-status codes are introduced in Application Request Routing (ARR) version 3.0.1916:Táblázat kibontása CodeDescription 400.601 Bad client request (ARR) 400.602 Invalid time format (ARR) 400.603 Parse range error (ARR) 400.604 Client gone (ARR) 400.605 Maximum num...
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 JSON object that represents the range for http status codes. Constructor Summary 展開表格 ConstructorDescription HttpErrorRangeParameters() Creates an instance of HttpErrorRangeParameters class. Method Summary 展開表格 Modifier and TypeMethod and Description Integer begin() Get the begin pr...
This is an error on the site’s side. 5XX — Server error codes: The client made a valid request, but the server failed to complete the request. 1XX HTTP Status Codes This category is informational, temporary, and invisible to the client. It indicates the server received the request ...
Below is a list of HTTP status messages that might be returned: 1xx: Information Message:Description: 100 ContinueThe server has received the request headers, and the client should proceed to send the request body 101 Switching ProtocolsThe requester has asked the server to switch protocols ...
The following table describes the status codes returned by the Microsoft Dataverse Web API.展開表格 CodeDescriptionType 200 OK Expect this status code when your operation returns data in the response body. Success 201 Created Expect this status code when your entity POST operation succeeds an...