Http Status Codes

简介:

原文:http://httpstatus.es/

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
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

相关文章
|
20天前
|
Java 应用服务中间件
HTTP Status 404(The requested resource is not available)
HTTP Status 404(The requested resource is not available)
15 0
|
5月前
|
应用服务中间件 Android开发
Eclipse中启动tomcat后,无法访问localhost:8080(HTTP Status 404)
Eclipse中启动tomcat后,无法访问localhost:8080(HTTP Status 404)
72 0
|
12月前
|
Java 应用服务中间件 Linux
实战:第十三章:HTTP Status 500 – Internal Server Error(解决SpringBoot架构的Web项目部署到linux系统上访问出错)
实战:第十三章:HTTP Status 500 – Internal Server Error(解决SpringBoot架构的Web项目部署到linux系统上访问出错)
294 0
|
Java 应用服务中间件 Maven
HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot-报错解决方法
HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot-报错解决方法
130 0
|
SQL 关系型数据库 MySQL
【解决思路】HTTP Status 500 Type Exception ReportMessage Request processing failed; 【已解决】
经常测试的一个网页,突然报错500。前面也没有发生过,但突然报错,只能先改错了,不然都没法进入页面。为什么会调用到存在bug的语句,而以前没有发生这种情况?这一问题没能想清楚,只能归咎于编译器了。
301 0
【解决思路】HTTP Status 500 Type Exception ReportMessage Request processing failed; 【已解决】
|
SQL Java 应用服务中间件
ssm管理系统中出现HTTP Status 403-Forbidden .Access to the specified resource has been forbidden
ssm管理系统中出现HTTP Status 403-Forbidden .Access to the specified resource has been forbidden
ssm管理系统中出现HTTP Status 403-Forbidden .Access to the specified resource has been forbidden
|
XML JSON Java
SpringMVC报错:HTTP Status 405 - JSPs only permit GET POST or HEAD
SpringMVC报错:HTTP Status 405 - JSPs only permit GET POST or HEAD
241 0
SpringMVC报错:HTTP Status 405 - JSPs only permit GET POST or HEAD
|
XML Java 数据库连接
HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingEx
HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingEx
1105 0
HTTP Status 500 - Request processing failed; nested exception is org.apache.ibatis.binding.BindingEx
|
应用服务中间件 API
Postman HTTP Status 400 问题
转载https://blog.csdn.net/qq_15118961/article/details/80422379
HTTP状态码(HTTP Status Code)
当浏览者访问一个网页时,浏览者的浏览器会向网页所在服务器发出请求。当浏览器接收并显示网页前,此网页所在的服务器会返回一个包含HTTP状态码的信息头(server header)用以响应浏览器的请求。
167 0