Hacker News new | ask | show | jobs
by jhugo 1298 days ago
Browsers will happily send any standard HTTP method including PUT. HTML forms always produce a GET or POST [0], but nowadays most requests are probably made with fetch() etc, not HTML forms.

[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fo...