简体   繁体   中英

PUT and DELETE method are not working

I have some url which are being used through PUT and DELETE methods these methods are not working on server although these were working on another server.

I have also seen that PUT and DELETE requests are being handled by GET method. Although server is giving error response code.

I am getting NetworkError: 501 Not Implemented .

This problem can be resolved by enabling mod_actions module.

Need to enable mod_actions and mod_rewrite in Apache, add a <Limit> and <LimitExcept> block to <Directory> block.

Some time firewall restrict PUT and DELETE methods.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM