1xx informational
100
Client should continue with request
101
Server is switching protocols
102
Server has received and is processing the request
103
resume aborted PUT or POST requests
122
URI is longer than a maximum of 2083 characters
2xx success
200
standard response for successful HTTP requests
201
request has been fulfilled; new resource created
202
request accepted, processing pending
203
request processed, information may be from another source
204
request processed, no content returned
205
request processed, no content returned, reset document view
206
partial resource return due to request header
207
XMLl, can contain multiple separate responses
208
results previously returned
226
request fulfilled, reponse is instance-manipulations
3xx redirection
300
multiple options for the resource delivered
301
this and all future requests directed to the given URI
302
response to request found via alternative URI
303
response to request found via alternative URI
304
resource has not been modified since last requested
305
content located elsewhere, retrieve from there
306
subsequent requests should use the specified proxy
307
connect again to different uri as provided
308
resumable HTTP Requests
4xx client error
400
request cannot be fulfilled due to bad syntax
401
authentication is possible but has failed
402
payment required, reserved for future use
403
server refuses to respond to request
404
requested resource could not be found
405
request method not supported by that resource
406
content not acceptable according to the Accept headers
407
client must first authenticate itself with the proxy
408
server timed out waiting for the request
409
request could not be processed because of conflict
410
resource is no longer available and will not be available again
411
request did not specify the length of its content
412
server does not meet request preconditions
413
request is larger than the server is willing or able to process
414
URI provided was too long for the server to process
415
server does not support media type
416
client has asked for unprovidable portion of the file
417
server cannot meet requirements of Expect request-header field
418
I'm a teapot
420
Twitter rate limiting
422
request unable to be followed due to semantic errors
423
resource that is being accessed is locked
424
request failed due to failure of a previous request
426
client should switch to a different protocol
428
origin server requires the request to be conditional
429
user has sent too many requests in a given amount of time
431
server is unwilling to process the request
444
server returns no information and closes the connection
449
request should be retried after performing action
450
Windows Parental Controls blocking access to webpage
451
The server cannot reach the client's mailbox.
499
connection closed by client while HTTP server is processing
5xx server error
500
generic error message
501
server does not recognise method or lacks ability to fulfill
502
server received an invalid response from upstream server
503
server is currently unavailable
504
gateway did not receive response from upstream server
505
server does not support the HTTP protocol version
506
content negotiation for the request results in a circular reference
507
server is unable to store the representation
508
server detected an infinite loop while processing the request
509
bandwidth limit exceeded
510
further extensions to the request are required
511
client needs to authenticate to gain network access
598
network read timeout behind the proxy
599
network connect timeout behind the proxy
http://httpstatus.es/
分享到:
相关推荐
在"Laravel开发-httpstatus"这个项目中,开发者提供了一个名为HttpStatus的小型包,它为Laravel添加了丰富的错误页面,以提升用户体验并帮助开发者更好地管理错误反馈。 首先,HttpStatus包提供了预定义的错误页面...
在Web开发中,尤其是使用基于Java的Web框架如Struts时,开发者可能会遇到一个常见的问题:“HTTP Status 404 - There is no Action mapped for namespace and action name BackMemberGroupAudit”。这个问题通常出现...
### 解决request.setAttribute 语句前总显示红色感叹号及HTTP Status 500问题 在Java Web开发中,我们经常遇到各种运行时错误或编译错误,其中一种较为常见的问题是`request.setAttribute`方法调用时出现红色感叹号...
HTTP Status Code,即HTTP状态码,是HTTP协议中用于表示客户端与服务器交互结果的重要组成部分。它们为开发者提供了关于请求是否成功、需要进一步操作还是存在错误的直观反馈。下面将详细阐述HTTP状态码的分类和常见...
1xx(临时响应) 表示临时响应并需要请求者继续执行操作的状态码 2xx (成功) 表示成功处理了请求的状态码。 3xx (重定向) 要完成请求,需要进一步操作。通常,这些状态码用来重定向。Google 建议您在每次请求中...
"HTTP_Status_404解决方案详解" HTTP Status 404是指客户端向服务器请求资源时,服务器无法找到该资源,从而返回的状态码。这个错误码可能会因为多种原因引起,以下是 several 解决方案: 一、未部署Web应用 解决...
HTTP Status Code 状态码
HTTP Status Codes
HTTP Status 404 解决方案总结 HTTP Status 404 是一个常见的错误代码,它表示请求的资源不可用。在本文中,我们将讨论七种常见的解决方案,以帮助开发者快速解决该问题。 1. 未部署 Web 应用 如果您遇到了 HTTP ...
import org.apache.http.HttpStatus; import org.apache.http.NameValuePair; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.methods.HttpGet; import ...
import org.apache.http.HttpStatus; import org.apache.http.HttpVersion; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache....
HTTP状态码404,全称为“Not Found”,是客户端请求成功发送至服务器,但服务器在查找资源时未能找到对应资源的一种响应状态。这通常意味着请求的网页或资源不存在于服务器上,或者由于某些配置问题导致服务器无法...
http status 404 原因: 数据库连接错误
HTTP Status 404 原因: 数据库连接错误(1)
用于解决使用 Tomcat 5.5.26 Administration Tool 的 Delete Existing Hosts 功能时发生 HTTP Status 500 错误,详见 http://blog.csdn.net/LaoBai_2006/archive/2008/08/28/2844042.aspx。 md5: f8ad905990a96f...
压缩文件"httpstatus-main"很可能包含了这个HTTP状态码列表的源代码或者文档,可以供开发人员参考和使用。通常,这样的文件可能是一个HTML页面,展示了一个表格或列表,列出了每个状态码、其含义以及可能的解决策略...
这个“HTTP Status Codes”插件是为了帮助用户快速了解和查询HTTP状态代码的含义和用法。 在HTTP协议中,状态代码被分为五个主要类别: 1. **1xx(信息性状态码)**:这些代码表示临时响应,告知客户端请求已被...
org.apache.http.HttpStatus; import org.apache.http.NameValuePair; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.methods.HttpGet; import org.apache....
当我们在使用Apache Tomcat作为服务器运行Java Web应用程序时,可能会遇到HTTP Status 500的错误,具体表现为“Wrapper cannot find servlet class”的报错信息。这种问题通常是由于Tomcat无法找到相应的servlet类...
HttpStatus.php HTTP 状态的类常量。安装将其添加到您的 composer.json 中: " mckay/httpstatus " : " ^1.0.4 " , 然后运行$ composer update 。用法 use \ McKay \ HttpStatus ;if (! $ user -> isRoot ()) {...