本地已经后端部署,前端response返回“Method Post not allowed”问题
这次是在做前端的时候,前后端联调发生的问题。接口名前后都对的上然而显示“Post方法不被允许”:
第一反应是去看自定义端口最后的url是不是少一个“/”:
发现并没有少。
最后经过排查发现前后端地址没有对上。前端地址没有连接本地的地址。
修改target的请求地址为”http://127.0.0.1:3381“,成功解决。
本地已经后端部署,前端response返回“Method Post not allowed”问题
https://bayeeaa.github.io/2024/05/04/本地已经后端部署,前端response返回“Method-Post-not-allowed”问题/