8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PUT method is not working in my form
I am having a form that hits an API with a PUT method but it doesnot work unless I change the method to POST.
<form action="/api/settings" method="POST"> {html form fields} </form>