Posting parameters to a url using the POST method without using a form

前端 未结 6 1818
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 14:24

I want to post parameters to a URL using the POST method but I cannot use a form. Even if I do use a form, it would have to be auto-posted with out user interaction. Is this

6条回答
  •  忘掉有多难
    2020-12-01 15:02

    If you're trying to link to something, rather than do it from code you can redirect your request through: http://getaspost.appspot.com/

提交回复
热议问题