当前位置:网站首页>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 |
边栏推荐
- Leetcode theme [array] -169- most elements
- [shutter] shutter custom fonts (download TTF fonts | pubspec.yaml configure font resources | synchronize resources | globally apply fonts | locally apply fonts)
- An overview of the development of affective computing and understanding research
- Bridge emqx cloud data to AWS IOT through the public network
- Ransack combined condition search implementation
- ArrayList analysis 2: pits in ITR, listiterator, and sublist
- 20220702-程序员如何构建知识体系?
- 腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?
- "New programmer 003" was officially launched, and the cloud native and digital practical experience of 30+ companies such as Huawei and Alibaba
- Unity3d learning notes 4 - create mesh advanced interface
猜你喜欢
TinyMCE visual editor adds Baidu map plug-in
情感计算与理解研究发展概述
Interpretation of CVPR paper | generation of high fidelity fashion models with weak supervision
【ODX Studio编辑PDX】-0.1-如何快速查看各Variant变体间的支持的诊断信息差异(服务,Sub-Function...)
建立自己的网站(22)
Sql service intercepts string
Infrastructure is code: a change is coming
pip安裝whl文件報錯:ERROR: ... is not a supported wheel on this platform
《ActBERT》百度&悉尼科技大学提出ActBERT,学习全局局部视频文本表示,在五个视频-文本任务中有效!
Error in PIP installation WHL file: error: is not a supported wheel on this platform
随机推荐
图像基础概念与YUV/RGB深入理解
Unity3D学习笔记4——创建Mesh高级接口
攻防世界pwn题:Recho
Landingsite eband B1 smoke test case
Market Research - current market situation and future development trend of handheld wound imaging equipment
Try to get property'num for PHP database data reading_ rows' of non-object?
《Just because》阅读感受
Get off work on time! Episode 6 of Excel Collection - how to split and count document amounts
TinyMCE visual editor adds Baidu map plug-in
Market Research - current market situation and future development trend of aircraft wireless intercom system
Sql service intercepts string
【leetcode】1380. Lucky number in matrix
Ransack combined condition search implementation
Market Research - current market situation and future development trend of marine wet exhaust hose
基于ASP.net的手机销售管理系统(二手手机销售管理系统)+ASP.NET+C#语言+VS2010+数据库可以用于课设、毕设学习
SQL必需掌握的100个重要知识点:使用游标
Bridge emqx cloud data to AWS IOT through the public network
Market Research - current market situation and future development trend of intravenous injection (IV) bottles
20220702-程序员如何构建知识体系?
数据库系统概论第一章简答题-期末考得怎么样?