Y
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
abritinthebay
3171 days ago
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.
link
The server has to support it.