网页错误代码大全

SuccessfulClientRequests成功的客户端请求

200——ok(成功)

201——created(已创建)

202——Accepted(接受)

203——Non-AuthorativeInformation(非权威的信息)

204——NoContent(无内容)

205——ResetContent(重置内容)

206——PartialContent(部分内容)

300——MultipleChoices(多种选择)

301——MovedPermanently(永久移动)

302——MovedTemporarily(临时移动)

303——SeeOther(参见其它)

304——NotModified(未修改)

305——UseProxy(使用代理)

ErrorsClientRequest错误的客户端请求

400——BadRequest(错误的请求)

401——AuthorizationRequired(需要授权)

402——PaymentRequired(需要付款)

403——Forbidden(禁止)

404——NotFound(未找到)

405——MethodNotAllowed(不允许的方法)

406——NotAcceptable(不接受)

407——ProxyAuthenticationRequired(需要代理授权)

408——RequestTimeOut(请求超时)

409——ConflictingRequest(冲突的请求)

410——Gone(消失)

411——ContentLengthRequired(内容所需的长度)

412——PreconditionFailed(前提条件失败)

413——RequestEntityTooLong(请求实体过长)

414——RequestURITooLong(请求URI太长)

415——UnsupportedMediaType(不支持的媒体类型)

500——InternalServerError(内部服务器错误)

501——NotImplemented(未实现)

502——BadGateway(错误网关)

503——ServiceUnavailable(服务不可用)

504——GatewayTimeOut(网关超时)

505——HTTPVersionNotSupported(HTTP版本不受支持)

关于网页错误代码更多详情可参照:

https://jingyan.baidu.com/article/0f5fb099ceee4f6d8334ea21.html

猜你喜欢

转载自my.oschina.net/u/3378039/blog/1824869