I am using TinyMCE and the spell check option doesnt work. 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)
Was just wondering what does this mean? The respective JS file very well exists in the folder. Not sure why this problem occurs.
I am using TinyMCE and the spell check option doesnt work. 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)
Was just wondering what does this mean? The respective JS file very well exists in the folder. Not sure why this problem occurs.
Share Improve this question edited Jul 21, 2014 at 15:13 bjb568 11.5k11 gold badges52 silver badges73 bronze badges asked Jul 21, 2014 at 14:35 user2598808user2598808 6435 gold badges23 silver badges43 bronze badges1 Answer
Reset to default 3Something is causing an HTTP request to be made to the server. 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.
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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744873409a4598399.html
评论列表(0条)