Why don't the modern browsers support PUT and DELETE form methods?

前端 未结 3 2011
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 09:08

I just finished building a RESTful API for one of my latest apps. I also built a simple admin interface scaffolding class that will enumerate resources and build simple form

3条回答
  •  天命终不由人
    2021-01-01 09:53

    HTML 4.01 supports only post and get, see http://www.w3.org/TR/html4/interact/forms.html#h-17.3 Not sure about other HTML specs.

提交回复
热议问题