Home >Backend Development >PHP Tutorial >javascript - 405 What is the problem and how to solve it? ?

javascript - 405 What is the problem and how to solve it? ?

WBOY
WBOYOriginal
2016-09-24 09:15:071421browse

javascript - 405 What is the problem and how to solve it? ?

There is an error when writing in post on the right sidebar

javascript - 405 What is the problem and how to solve it? ?

Reply content:

javascript - 405 What is the problem and how to solve it? ?

There is an error when writing in post on the right sidebar

javascript - 405 What is the problem and how to solve it? ?

Ignore the method...
Replace $.post() with $.get()

http request method problem, generally get request needs to be replaced by post

405 - The HTTP verb used to access this page is not allowed (method not allowed)

Server side, set header

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn