当前位置:网站首页>Request method ‘POST‘ not supported。 Failed to load resource: net::ERR_FAILED
Request method ‘POST‘ not supported。 Failed to load resource: net::ERR_FAILED
2022-08-04 15:35:00 【51CTO】
1、问题描述
技术栈:前后端项目分离(Springboot+Vue+MybatisPlus)
前端报错信息:
后端报错信息:
2、问题分析
这里使用了ResultFul风格的接口设计方式、增删改查对应不同的方法请求、这里错误使用了方法请求导致
3、问题源头
前端调用后台接口的方法
4、解决方法
修改调用后台接口的方法
前端调用后台接口
后台接口设计
5、知识扩展(认识HTTP方法与CRUD动作映射)
动作 | 普通的CRUD的url | 普通的CRUD的HTTP方法 | RestFul的URL | RestFul的HTT方法 |
查询 | Article/id=1 | GET | Article/{id} | GET |
添加 | Article?title=xxx&body=xxx | GET/POST | Article | POST |
修改 | Article/update?id=xxx | GET | Article/{id} | PUT/PATCH |
删除 | Article/delete?id=xxx | GET | Article/{id} | DELETE |
边栏推荐
- 洛谷题解P4326 求圆的面积
- 一文详解什么是软件部署
- "Research Report on the Development of Global Unicorn Enterprises in the First Half of 2022" released - DEMO WORLD World Innovation Summit ended successfully
- FTP协议抓包-工具wireshark与filezilla
- 解决dataset.mnist无法加载进去的情况
- IP第十六天笔记
- Next -19- 开启fancybox查看图片大图
- Byte、Short、Integer、Long内部缓存类的对比与源码分析
- 分支控制if-else
- QT笔记——QUuid了解
猜你喜欢
In action: 10 ways to implement delayed tasks, with code!
Projector reached the party benefits 】 【 beginners entry - brightness projection and curtain selection - from entry to the master
FTP协议抓包-工具wireshark与filezilla
Redis-哨兵模式
For循环控制
快速整明白Redis中的字典到底是个啥
直播系统开发——直播间架构的设计及难点分析
明明加了唯一索引,为什么还是产生重复数据?
remote: Check Access Error, please check your access right or username and password!fatal: Authenti
2022 Hangzhou Electric Multi-School 4
随机推荐
RTC 场景下的屏幕共享优化实践
Redis-主从复制
SAP ABAP SteamPunk 蒸汽朋克的最新进展 - 嵌入式蒸汽朋克
苏秋贵:揭秘绿联科技用5年时间从0做到6亿,如何一枝独秀?
普法教育结合VR全景,直观感受和学习法治精神
指数族分布与最大熵
24、shell编程-流程控制
Xi'an Zongheng Information × JNPF: Adapt to the characteristics of Chinese enterprises, fully integrate the cost management and control system
Go 事,Gopher 要学的数字类型,变量,常量,运算符 ,第2篇
Unity AR阴影投射透明地面 仅渲染模型实时阴影 Shader实现
浅谈一下跨端技术方案
IP报文头解析
一文详解什么是软件部署
SublimeText 粘贴图片保存到本地
卖家寄卖流程梳理
李沐的深度学习笔记来了!
7 天学个Go,Go 结构体 + Go range 来学学
(2022杭电多校五)C - Slipper (dijkstra+虚拟结点)
inter-process communication
What is the difference between member variable and local variable