当前位置:网站首页>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 |
边栏推荐
- 【C 题集】of Ⅴ
- Unity3d learning notes 4 - create mesh advanced interface
- 【ODX Studio编辑PDX】-0.1-如何快速查看各Variant变体间的支持的诊断信息差异(服务,Sub-Function...)
- Try to get property'num for PHP database data reading_ rows' of non-object?
- Market Research - current situation and future development trend of cell-based seafood market
- 20220702-程序员如何构建知识体系?
- U++ 学习笔记 堆
- Record the functions of sharing web pages on wechat, QQ and Weibo
- 【微服务|Sentinel】重写sentinel的接口BlockExceptionHandler
- Necessary browser plug-ins for network security engineers
猜你喜欢
About test cases
【ODX Studio编辑PDX】-0.1-如何快速查看各Variant变体间的支持的诊断信息差异(服务,Sub-Function...)
An overview of the development of affective computing and understanding research
Gee: (II) resampling the image
Promise optimized callback hell
New feature of go1.18: introduce new netip Network Library
建立自己的网站(22)
pip安裝whl文件報錯:ERROR: ... is not a supported wheel on this platform
The difference between include < > and include ""
[shutter] shutter application theme (themedata | dynamic modification theme)
随机推荐
[QT] QT multithreading development - reentrancy and thread safety
ServiceMesh主要解决的三大痛點
Image segmentation using pixellib
Hanoi Tower problem
Une semaine de vie
Unity3D学习笔记4——创建Mesh高级接口
How to center the positioned text horizontally and vertically
Basic concepts of image and deep understanding of yuv/rgb
Interpretation of CVPR paper | generation of high fidelity fashion models with weak supervision
加了定位的文字如何水平垂直居中
Pointer - function pointer
Etcd raft protocol
Share how to make professional hand drawn electronic maps
[shutter] shutter opens a third-party application (url|launcher plug-in search and installation | url| launcher plug-in official example | open browser | open a third-party application)
[shutter] shutter application life cycle (foreground state resumed | background state paused | inactive | component separation state detached)
《乔布斯传》英文原著重点词汇笔记(十)【 chapter eight】
Try to get property'num for PHP database data reading_ rows' of non-object?
Daily book - low code you must understand in the era of digital transformation
Market Research - current market situation and future development trend of high tibial osteotomy plate
【leetcode】1380. Lucky number in matrix