摘要:
响应码分类 4xx:客户端出现错误 400 Bad Request :服务器认为客户端出现了错误,但不能明确以下哪种错误时使用此错误码。例如HTTP请求格式错误 401 Unauthorized:用户认证信息缺失或者不正确,导致服务器无法处理请求 407 Proxy Authentication R 阅读全文
posted @ 2019-06-01 18:08
冯小圆
阅读(2034)
评论(0)
推荐(0)
摘要:
HTTP响应行 status-line = HTTP-version SP status-code SP reason-phrase CRLF status-code = 3DIGIT reason-phrase = * (HTAB / SP / VCHAR / obs-text ) 响应码规范:R 阅读全文
posted @ 2019-06-01 12:01
冯小圆
阅读(724)
评论(0)
推荐(0)
摘要:
request-line = method SP request-target SP HTTP-version CRLF method 方法 :指明操作目的 ,动词 request-target = origin-form / absolute-form /authority-form / aste 阅读全文
posted @ 2019-06-01 01:58
冯小圆
阅读(8334)
评论(0)
推荐(1)