如何通过networking浏览器发送发布请求
如何通过Web浏览器发送发布请求?
用表单,只要设置method
为"post"
<form action="blah.php" method="post"> <input type="text" name="data" value="mydata" /> <input type="submit" /> </form>
你可以用表单创build一个html页面,方法是“post”,action =“yourdesiredurl”,然后用你的浏览器打开它。
作为替代scheme,还有一些浏览器插件允许您这样做,例如Firefox的Web Developer Toolbar