Can I use a PUT method in an HTML form to send data from the form to a server?
Unfortunately, modern browsers do not provide native support for HTTP PUT requests. To work around this limitation, ensure your HTML form’s method attribute is “post”, then add a method override parameter to your HTML form like this:
To test your requests you can use "Postman" a google chrome extension