Author Topic: Http MEthod Put Patch Delete erorr forbiden  (Read 9203 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Http MEthod Put Patch Delete erorr forbiden
« on: June 11, 2016, 03:58:55 AM »
I tried to do a HTTP request method PUT, PATCH, DELETE but failed in doing. only for GET and POST, is there that can help me to Enablle the failed method? or there is a solution to my problem? thank you

Offline
*
Re: Http MEthod Put Patch Delete erorr forbiden
« Reply #1 on: December 21, 2020, 06:22:29 PM »
You can Use httacces Method in

<Limit GET POST PUT OPTIONS>
    Require all granted
</Limit>

Apachi Configuaration