You are not logged in.

#1 2014-04-21 14:02:48

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

[Solved] Apache does not serve DELETE requests

Hello.

I'd like to implement some RESTful webservices, but Apache reply with 403 Forbidden to DELETE requests. Do you know how can I avoid this?

I added this directive to my virtual host directory:

<Limit DELETE>
    Allow from all
</Limit>

Last edited by Aegidius (2014-04-25 12:55:08)

Offline

#2 2014-04-22 18:32:52

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Apache does not serve DELETE requests

There is nothing I can do?

Offline

#3 2014-04-25 12:54:57

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Apache does not serve DELETE requests

In /etc/httpd/conf/extra/httpd-userdir.conf I added the DELETE and PUT methods.

Offline

Board footer

Powered by FluxBB