当前位置:网站首页>405 method not allowed appears when the third party jumps to the website
405 method not allowed appears when the third party jumps to the website
2022-07-07 01:17:00 【yunchong_ zhao】
Status code 405 Method Not Allowed Indicates that the server is not allowed to use the current HTTP Method request . It should be noted that ,GET And HEAD Two methods must not be forbidden , Of course, the status code must not be returned 405.
I use this method
One . Redirect 405 Error code to 200: stay nginx server{} Add the following ,root Is the root directory of the site
error_page 405 =200 $uri
Make a mistake code Compulsory from 405 To adjust to 200 Success status , Can
The introduction is very detailed
https://jingyan.baidu.com/article/86f4a73e2a36e377d752697a.html
Pay attention to me Continuously update front-end knowledge . This is also a small pit
If it hasn't been solved yet . Try to check Whether the port number has been changed After all, this will also affect
边栏推荐
- NEON优化:性能优化常见问题QA
- Metauniverse urban legend 02: metaphor of the number one player
- 免费白嫖的图床对比
- 树莓派/arm设备上安装火狐Firefox浏览器
- C# 计算农历日期方法 2022
- [HFCTF2020]BabyUpload session解析引擎
- Rainstorm effect in levels - ue5
- 界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
- In rails, when the resource creation operation fails and render: new is called, why must the URL be changed to the index URL of the resource?
- Dell Notebook Periodic Flash Screen Fault
猜你喜欢
「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
微信公众号发送模板消息
Dell笔记本周期性闪屏故障
[100 cases of JVM tuning practice] 04 - Method area tuning practice (Part 1)
资产安全问题或制约加密行业发展 风控+合规成为平台破局关键
c语言—数组
Make a simple graphical interface with Tkinter
Niuke cold training camp 6B (Freund has no green name level)
pytorch之数据类型tensor
【JVM调优实战100例】05——方法区调优实战(下)
随机推荐
2022 Google CTF segfault Labyrinth WP
c语言—数组
[batch dos-cmd command - summary and summary] - jump, cycle, condition commands (goto, errorlevel, if, for [read, segment, extract string]), CMD command error summary, CMD error
Batch obtain the latitude coordinates of all administrative regions in China (to the county level)
云呐-工单管理制度及流程,工单管理规范
Periodic flash screen failure of Dell notebook
mysql: error while loading shared libraries: libtinfo. so. 5: cannot open shared object file: No such
Openjudge noi 1.7 10: simple password
table表格设置圆角
重上吹麻滩——段芝堂创始人翟立冬游记
「笔记」折半搜索(Meet in the Middle)
JTAG principle of arm bare board debugging
Telerik UI 2022 R2 SP1 Retail-Not Crack
【JVM调优实战100例】04——方法区调优实战(上)
Let's see through the network i/o model from beginning to end
What are the differences between Oracle Linux and CentOS?
ESP Arduino (IV) PWM waveform control output
736. Lisp 语法解析 : DFS 模拟题
Meet in the middle
Pytorch中torch和torchvision的安装