Control Web Panel

WebPanel => How to => Topic started by: lolite on June 11, 2016, 03:58:55 AM

Title: Http MEthod Put Patch Delete erorr forbiden
Post by: lolite 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
Title: Re: Http MEthod Put Patch Delete erorr forbiden
Post by: kusalmtt 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