PHP restler 405 Method Not allowed problem solved, restlerallowed
In the study of Restler 3, in the see example curd, with Firefox rest client use get,post can, but with Put,delete appeared,
Find information on the Internet, in Microsoft Bing and yahoo (installed B ...), Baidu has looked for "405 Method not allowed" problem, but do not understand AH.
Last I saw before, Restler 3 has Restler API Explorer again , I just try to install Restler API Explorer to see, I install well between, I saw the swagger The method I wrote is listed in the UI.
:
My data:
I manipulated the delete operation, such as:
After the operation is completed:
,
Restler 3 db operation I was using respect\relational .
"405 Method not allowed" problem finally solved, can continue to see Restler 3 of the example, learning, hehe.
Restler 3 of GitHub address: Https://github.com/Luracast/Restler
Address of the Restler API Explorer: Https://github.com/Luracast/Restler-API-Explorer
PHP Nginx Apache Post 405 (Method not allowed) error
In general, post to a static file will show 405.
Should be your nginx or Apche no rewrite to the real php file.
Kneeling, why does the webpage not open display always 405Method not allowed?
The following are the most likely causes and solutions:
1, the web system temporarily busy caused by the system delay, as we can not be able to post a normal moment, there is a buffer period.
2, your computer to see the network cable and broadband connection has not been, check whether there is a failure.
3, the computer hard disk too many garbage files, directly occupied memory, resulting in the speed of opening other pages too slow
4, the computer system loopholes forget the timely repair, leading to the spread of viruses, directly affect the speed.
5, may be your computer operating system problems, the proposed new installation system
6, the Web itself system maintenance, it takes a period of time to see the normal
The above is the most complete reasons and solutions, look at the landlord reference, I wish you good Luck, O (∩_∩) o Thank you
http://www.bkjia.com/PHPjc/881269.html www.bkjia.com true http://www.bkjia.com/PHPjc/881269.html techarticle PHP restler 405 Method Not allowed problem solved, restlerallowed in learning Restler 3, in the example of curd, with Firefox's rest client use GET, Post all can, but ...