Looking around, I can\'t name a single web application (not web service) that uses anything besides GET and POST requests. Is there a specific reason for this? Do some browsers
Quite simply, the HTML 4.01 form element only allows the values "POST" and "GET" in its method attribute
POST
GET
method