Most web browsers support only HTTP methods like GET
and POST
and do not support PUT
and DELETE
.
If so, does web servers like IIS and Apache support it? Why should them support if the web browsers don't supports them? Those methods can be used for something else?