本文提供了Microsoft Internet Information Services(IIS)中的超文本传输协议(HTTP)状态代码的列表。 原始产品版本:Internet Information Services 原始KB 编号:943891 简介 尝试使用 HTTP 协议访问运行 IIS 的服务器上的内容时,IIS 将返回一个数字代码,指示请求的结果和响应的语义,包括请求是否成功。
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 ...
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 ...
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...
Error message: Server Error in Application "<application name>" HTTP Error 500.0 - Internal Server Error HRESULT: 0x8007000d Description of HRESULT Handler "ASPClassic" has a bad module "IsapiModule" in its module list. Cause This problem occurs because the ISAPIModule module is mis...
Contains the values of status codes defined for HTTP defined in RFC 2616 for HTTP 1.1. C#Copy publicenumHttpStatusCode Inheritance Object ValueType Enum HttpStatusCode Fields Expand table NameValueDescription Continue100 Equivalent to HTTP status 100.Continueindicates that the client can continue with...
validStatusCodeRanges public List validStatusCodeRanges() Get the validStatusCodeRanges property: HTTP status codes to consider successful. For instance, "2xx,301-304,418". Returns: the validStatusCodeRanges value.validate public void validate() Validates the instance.withMe...
403.504Forbidden: host name deniedIP Restriction: the client host name is included in the deny list. 404 - Not found IIS defines the following HTTP status codes that indicate a more specific cause of an error 404: CodeDescriptionNotes
Server errors. There is an error when the server is processing a request. Common HTTP status codes in OBS and their meanings HTTP Status Code Description Possible Cause 400 Bad Request The request parameter is incorrect. Invalid request parameter. ...
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 ...