当前位置:网站首页>Server response status code
Server response status code
2022-07-02 22:33:00 【JJpZh】
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 |
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 |
边栏推荐
- The source code of the daily book analyzes the design idea of Flink and solves the problems in Flink
- Unity3D学习笔记4——创建Mesh高级接口
- Unity3d learning notes 4 - create mesh advanced interface
- Landingsite eband B1 smoke test case
- Market Research - current situation and future development trend of marine clutch Market
- Market Research - current situation and future development trend of anti-counterfeiting label market
- Market Research - current market situation and future development trend of night vision goggles for pilots
- 分享一下如何制作专业的手绘电子地图
- Phpcms realizes the direct Alipay payment function of orders
- :last-child 不生效解决
猜你喜欢

Sql service intercepts string

"New programmer 003" was officially launched, and the cloud native and digital practical experience of 30+ companies such as Huawei and Alibaba

TinyMCE visual editor adds Baidu map plug-in

Hanoi Tower problem

Secondary development of ANSYS APDL: post processing uses command flow to analyze the result file

How to write a good program when a big book speaks every day?

Get off work on time! Episode 6 of Excel Collection - how to split and count document amounts

What "real skills" should a million year old cloud native developer master? Alibaba, Tencent, meituan and byte decrypt together

建立自己的网站(22)
![[shutter] shutter page life cycle (initialization period | createstate | initstate | update period | build | destroy period | dispose)](/img/07/6f2dfb543cb0ab4f27169da7e6ad07.jpg)
[shutter] shutter page life cycle (initialization period | createstate | initstate | update period | build | destroy period | dispose)
随机推荐
PHP wechat red packet grabbing algorithm
Interpretation of CVPR paper | generation of high fidelity fashion models with weak supervision
Market Research - current situation and future development trend of cell-based seafood market
[shutter] shutter custom fonts (download TTF fonts | pubspec.yaml configure font resources | synchronize resources | globally apply fonts | locally apply fonts)
: last child does not take effect
SimpleITK使用——4. 奇怪的问题
【ODX Studio编辑PDX】-0.1-如何快速查看各Variant变体间的支持的诊断信息差异(服务,Sub-Function...)
《Just because》阅读感受
The failure rate is as high as 80%. What should we do about digital transformation?
ServiceMesh主要解决的三大痛点
Promise optimized callback hell
《ActBERT》百度&悉尼科技大学提出ActBERT,学习全局局部视频文本表示,在五个视频-文本任务中有效!
It's not easy to say I love you | use the minimum web API to upload files (swagger support) # yyds dry inventory #
Daily book -- analyze the pain points of software automation from simple to deep
Unity发布WebGL播放声音的一种方法
情感计算与理解研究发展概述
Market Research - current situation and future development trend of anterior cruciate ligament (ACL) reconstruction Market
分享一下如何制作专业的手绘电子地图
Market Research - current market situation and future development trend of night vision goggles for pilots
LxC terminal login method