当前位置:网站首页>Basic page status code
Basic page status code
2022-07-20 08:07:00 【02XD】
One 、 Status code categories
Status code classification | explain |
---|---|
1xx | Response —— Temporary status code , The request has been accepted , Tell the client that it should continue the request or ignore it if it has completed |
2xx | success —— Indicates that the request has been successfully received , Processing completed |
3xx | Redirect —— Redirect to other places : It allows the client to make another request to complete the whole process . |
4xx | Client error —— Processing error , The responsibility lies with the client , Such as : The client requested a nonexistent resource , The client is not authorized , No access, etc |
5xx | Server-side error —— Processing error , The responsibility lies in the service side , Such as : The server threw an exception , Routing error ,HTTP Version does not support etc |
Status code :https://cloud.tencent.com/developer/chapter/13553
Two 、 Common response status codes
Status code | English description | explain |
---|---|---|
200 | OK | Client request successful , namely Handle a successful , This is the status code we most want to see |
302 | Found | Indicates that the requested resource has been moved to by Location Response header given URL, The browser will automatically revisit this page |
304 | Not Modified | Tell the client , The resources you requested have been available since the last time , The server has not changed , You can use your local cache directly . Implicit redirection |
400 | Bad Request | The client request has Grammar mistakes , Not understood by the server |
403 | Forbidden | The server receives the request , however Denial of service , such as : No permission to access related resources |
404 | Not Found | The requested resource does not exist , It's usually URL Incorrect input , Or the website resources have been deleted |
428 | Precondition Required | The server requires conditional requests , Tell the client to access the resource , Must carry a specific request header |
429 | Too Many Requests | Too many requests , You can limit the number of clients requesting a resource , coordination Retry-After( How long can I request ) Use with response headers |
431 | Request Header Fields Too Large | The request head is too big , The server is not willing to process requests , Because its header field is too large . The request can be resubmitted after reducing the size of the request header field . |
405 | Method Not Allowed | The request method is wrong , For example, we should use GET Resources in request mode , It was used POST |
500 | Internal Server Error | An unexpected error occurred on the server . Something went wrong with the server , Hurry to read the log |
503 | Service Unavailable | The server is not ready to process the request , The server has just started , Not initialized yet |
511 | Network Authentication Required | The client needs to be authenticated to gain network access |
边栏推荐
- Mongo排序超出最大内存错误
- SQL 时间拼接问题,系统自动截断的拼接复原
- How to customize Net6.0 logging
- Hc-sr04 ultrasonic module driven by 51 single chip microcomputer (LCD1602 display)
- It's too voluminous. A company has completely opened its core system (smart system) that has been operating for many years
- three.js打造失真滑块
- No overlapping interval [greedy practice]
- MySQL for enterprise development (I)
- C Foundation (III)
- CnosDB 涅槃重生:弃用Go, 全面拥抱Rust
猜你喜欢
局域网访问项目注意事项
Rllib学习[2] --env定义 + env rollout
An article enables you to thoroughly understand the definitions of common terms about performance testing
Next time, the interviewer will ask about the design of high concurrency system and directly dump this article to him
idea svn主干合并分支版本Missing ranges异常Error:svn: E195016
Summary of interview questions (4) TCP / IP four-layer model, three handshakes and four waves, one more and one less. No, the implementation principle of NiO
WinForm layout and control adaptive resolution and prevention of dislocation
C#使用Objects Comparer进行对象比较
Mysql 面向企业级开发(一)
AI识万物:从0搭建和部署手语识别系统
随机推荐
three. JS create distortion slider
【玩物立志-scratch少儿编程】骑上小摩托(动态背景+摄像头控制操作)
C#中的Explicit和Implicit了解一下吧
Codeforces 429E 2-SAT
【MATLAB appdesigner】27_如何在appdesigner中调试,查看变量?(举例+技巧)
[signal conditioning] sharing practical experience of building CE amplifier with "crystal triode"
China carbon carbon composite market research and investment forecast report (2022 Edition)
be based on. Net dynamic compilation technology to realize arbitrary code execution
Where is Jay Chou's album "the greatest work"? Dangbei box enjoys chairman Zhou's latest MV
Comparative analysis of single sign on SSO of JWT, CAS, oauth2 and SAML
输入文本自动生成图像,太好玩了!
Firewall port forwarding
C # use objects comparer to compare objects
Unityvr robot Scene 1 setup scene
SQL SERVER 发送邮件失败 提示必须制定收件人
一个开源的网页画板,真的太方便了
中国黄血盐钾行业市场研究与投资前景报告(2022版)
中国黄芪行业市场预测与投资战略报告(2022版)
多线程基础入门学习(带示例代码)
CSimpleArray