简体   繁体   English

这是什么意思? “无法加载资源:服务器响应状态为405(不允许使用方法)”

[英]What does this mean? “Failed to load resource: the server responded with a status of 405 (Method Not Allowed)”

I am using TinyMCE and the spell check option doesnt work. 我正在使用TinyMCE,拼写检查选项不起作用。 When I tried to check in developer tools - console - the error which it throws is: 当我尝试检入开发人员工具-控制台时-抛出的错误是:

Failed to load resource: the server responded with a status of 405 (Method Not Allowed) 加载资源失败:服务器响应状态为405(不允许使用方法)

Was just wondering what does this mean? 只是想知道这是什么意思吗? The respective JS file very well exists in the folder. 文件夹中很好地存在相应的JS文件。 Not sure why this problem occurs. 不知道为什么会出现此问题。

Something is causing an HTTP request to be made to the server. 某种原因导致向服务器发出HTTP请求。 The server is telling you that the method (POST, GET, PUT, etc) that you are using is not allowed for the URL that you are requesting. 服务器告诉您请求的URL不允许使用您正在使用的方法 (POST,GET,PUT等)。

This is almost certainly a server configuration issue. 这几乎可以肯定是服务器配置问题。

As the next step in debugging, use the Net tab in your developer tools to determine which URL is returning that error, and for what method. 作为调试的下一步,请使用开发人员工具中的“ Net”选项卡确定哪个URL返回该错误以及哪种方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载资源失败:服务器响应状态为405(不允许使用方法) - Failed to load resource: the server responded with a status of 405 (Method Not Allowed) 加载资源失败:服务器响应状态为405() - Failed to load resource: the server responded with a status of 405 () 加载资源失败:服务器响应状态为 405() 和 mysterius 输入 - Failed to load resource: the server responded with a status of 405 () and mysterius input XMLHttpRequest 服务器以 405 状态响应(方法不允许) - XMLHttpRequest server responded with a status of 405 (Method Not Allowed) 方法 post 无法加载资源服务器响应状态 404 - method post failed to load resource the server responded with a status 404 Ajax 和 flask 服务器响应状态为 405(方法不允许) - Ajax and flask The server responded with a status of 405 (METHOD NOT ALLOWED) 加载资源失败:服务器响应状态为 404() - Failed to load resource: the server responded with a status of 404 () 加载资源失败:服务器响应状态为404 - Failed to load resource: the server responded with a status of 404 加载资源失败:服务器响应状态为 409 - Failed to load resource: the server responded with a status of 409 加载资源失败:服务器响应状态为 500 (.) - Failed to load resource: the server responded with a status of 500 (.)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM