You are not logged in.
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