当前位置:网站首页>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
边栏推荐
- 2D转换模块&&媒体查询
- How to adjust Chinese in joiplay simulator
- 第一个独立完成的千万级项目
- Regular expression password policy and regular backtracking mechanism bypass
- 二叉查找树的定义,查找,插入,删除
- h264和h265解码上的区别
- Android security optimization - APP reinforcement
- joiplay模拟器如何使用
- [Meng Xin problem solving] Delete the Nth node from the bottom of the linked list
- DNS resolution process [visit website]
猜你喜欢
写了多年业务代码,我发现了这11个门道,只有内行才知道
DNS resolution process [visit website]
天空云变化案例
Oracle一个诡异的临时表空间不足的问题
Bypass of xss
作业:iptables防止nmap扫描以及binlog
【深入浅出玩转FPGA学习14----------测试用例设计2】
Chevrolet Trailblazer, the first choice for safety and warmth for your family travel
Machine Learning 1-Regression Model (2)
binglog日志追踪:数据备份并备份追踪
随机推荐
47. 【Pointers and Arrays】
Shell脚本 if语句
web漏洞之需要准备的工作
binglog log tracking: data backup and backup tracking
Bugku sql注入
Manually set transaction commit in mysql
Mysql体系化之JOIN运算实例分析
网络常用的状态码
Optimization of aggregate mentioned at DATA AI Summit 2022
jira是什么
XSS相关知识
SWM32系列教程6-Systick和PWM
Unity 加载读取PPT
MySQL数据库进阶篇
Encapsulate and obtain system user information, roles and permission control
Asser uses ant sword to log in
Android安全性优化——APP加固
leetcode 406. Queue Reconstruction by Height
Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv
Linux 部署mysql 5.7全程跟踪 完整步骤 django部署