面试之HTTP状态码

1.1开头的:

表示接收到请求,需要进一步操作。

2.2开头的:

表示请求已成功被服务器接收、理解、并接受。

200:ok;

3.3开头的

表示重定向

301:move permanently;

302:  move temporarily

303: see other

304: not modified

4.4开头的

表示请求错误

403:forbbidden

404: not found

5.5开头的

表示服务器错误

502:bad gateway

posted @ 2020-09-02 15:08  OnceKing1996  阅读(75)  评论(0编辑  收藏  举报