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

后端 未结 7 892
深忆病人
深忆病人 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:33

    I say use all the features of HTTP, browsers be damned, lol. Maybe it'll inspire more complete and proper use of the HTTP protocol moving forward. There's more happening on the net than just POSTs and GETs. About time browser implementations reflected this.

提交回复
热议问题