ejs icon indicating copy to clipboard operation
ejs copied to clipboard

PUT method

Open fahdjamy opened this issue 5 years ago • 0 comments

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>

fahdjamy avatar Jan 18 '20 16:01 fahdjamy