it-all / slimAdmin

A PHP Web Programming Framework with Administration, Based on Slim Micro-Framework and PostgreSQL
MIT License
5 stars 1 forks source link

make delete routes use delete method instead of get #6

Open it-all opened 6 years ago

it-all commented 6 years ago

https://stackoverflow.com/questions/6439416/deleting-a-resource-using-http-delete

it-all commented 6 years ago

https://stackoverflow.com/questions/165779/are-the-put-delete-head-etc-methods-available-in-most-web-browsers

https://softwareengineering.stackexchange.com/questions/114156/why-are-there-are-no-put-and-delete-methods-on-html-forms

It seems that Javascript would be required to allow a link to use the DELETE method, so I'm going to live with it as GET

it-all commented 6 years ago

Try by using a form with delete method and a submit button.