小编Ben*_*yal的帖子

错误 405:方法不允许

我有我的 json 数据,我需要将其发布到 url 或仅更新我的站点 url 之一中的 json 数据。但我收到 405 错误。这是我的代码。

    $.post("details", {name: "John", location: "us"});
Run Code Online (Sandbox Code Playgroud)

javascript ajax json http-status-code-405

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

ajax ×1

http-status-code-405 ×1

javascript ×1

json ×1