javascript - A 405 error was thrown during the http request! . .
ringa_lee
ringa_lee 2017-05-19 10:09:26
0
5
532



ajaxThe background returns jsonp format, no problem!

ringa_lee
ringa_lee

ringa_lee

reply all(5)
phpcn_u1582

Ask your backend

阿神

Find the developer corresponding to the server and confirm whether the interface is HTTP GET or POST

过去多啦不再A梦

Do not use the post method to request static resources.

我想大声告诉你

Chrome should have told you the problem. Click on your request address and check the contents of the request and response. Generally, the response will tell you the result of the server-side response.

小葫芦

The 405 status code is usually method not allowed. It can be solved by asking the server whether it is get, post or put.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template