Following four HTTP methods are commonly used in REST.
• GET - This is to provide a read-only access to resource.
• PUT - This is to crea...
For further actions, you may consider blocking this person and/or reporting abuse
Hi @Chan, I really don't understand why using hidden input to render req.body._method = DELETE/PUT inside a form that really renders req.body._method = DELETE/PUT.
it is used separately in method-override documentation.
method-override documentation => github.com/expressjs/method-override
This works perfectly :)
Awesome. Thanks for sharing!
Thank you so much. Man I've literally cried.
Worked like magic. Thanks.
Is method_override still required up to this day?
Is this still working? I'm having some issues doing it, I dont get any update with the put method
it's still working. Just tried this today.
Thanks a lot for this post. It goes straight to the point, is concise and easy to understand.