Hacker News new | ask | show | jobs
by eberkund 3172 days ago
I just use a hidden field to handle that.

  <input type="hidden" name="_method" value="PATCH">
1 comments

That doesn’t actually handle that however (you’re just telling a server that your get/post intends something else).

The server has to support it.