Is there any reason not to use HTTP PUT and DELETE in a web application?

后端 未结 7 793
深忆病人
深忆病人 2021-01-31 03:04

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

7条回答
  •  难免孤独
    2021-01-31 03:13

    Quite simply, the HTML 4.01 form element only allows the values "POST" and "GET" in its method attribute

提交回复
热议问题