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

WBOY
Release: 2016-09-24 09:15:07
Original
1325 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!