当前位置:网站首页>Common network status codes
Common network status codes
2022-07-31 00:16:00 【Miracle_ze】
Bold style# Common status codes
200: ok/normal, the server returns the page successfully
301: Moved Permanently redirected permanently.Used when the request URL has been removed.The Location header of the response should contain the URL where the resource is now
302:Found Temporary redirect (temporary transfer).Similar to the 301 status code, but the client SHOULD use the URL given in the Location header to temporarily locate the resource.Future requests should still use the old URL
304: If the client sends a conditional GET request and the request is allowed, and the content of the document (since the last access or according to the conditions of the request) has not changed,The server should return this 304 status code
307: Temporary Redirect, response code 307 is an HTTP status code for redirection (3-header).Similar to 302, the only difference is that the incoming request method is not allowed to change from POST to GET.
308: Permanent Redirect.Similar to 302, with the only difference that the browser is not allowed to redirect a POST request to a GET request.
400: Bad Request Bad Request
401: Unauthorized means that the request sent requires authentication information that has passed HTTP authentication
403: Forbidden denied or forbidden access.Although the server denies or prohibits access, it has understood your request.
404: Not Found, meaning the requested page does not exist, has been deleted, or cannot be accessed.
500: Internal Server Error Unable to process the request, the server encountered an error and could not complete the request.
501: Not Implemented The request method cannot be recognized and the server does not have the capability to complete the request.
503: Service Unavailable
边栏推荐
猜你喜欢

Regular expression password policy and regular backtracking mechanism bypass

How to use joiplay emulator

Bypass of xss

IOT跨平台组件设计方案

Unity 加载读取PPT

Understand from the 11 common examples of judging equality of packaging types in the written test: packaging types, the principle of automatic boxing and unboxing, the timing of boxing and unboxing, a

what is jira

边缘计算与小程序也能结合!智能家居是否能借势上台阶

机器学习1一回归模型(二)

2D Transform Module && Media Queries
随机推荐
The first level must project independently
MySQL中substring与substr区别
Add text watermark to PHP image
xss绕过:prompt(1)
状态机动态规划之股票问题总结
MPI简谈
Ukraine's foreign ministry: wu was restored to complete the export of food security
游戏商城表建立
pytorch双线性插值
Point Cloud Scene Reconstruction with Depth Estimation
怎么开通代付通道接口?
uniapp folding box secondary loop
ES 中时间日期类型 “yyyy-MM-dd HHmmss” 的完全避坑指南
Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv
Regular expression password policy and regular backtracking mechanism bypass
The performance management method OKR is used by all companies
.NET Cross-Platform Application Development Hands-on Tutorial | Build a Kanban-style Todo App with Uno Platform
An easy-to-use interface testing tools - the Postman
asser利用蚁剑登录
xss的绕过