wget 提交post请求

2023-05-16

格式:wget --post-data "item1=value1&item2=value2" http://xxx.xxx.com

示例:wget --post-data "username=sg&password=123&content=%e6%b1%89%e5%ad%97&encode=utf8" http://m.5c.com.cn/api/send/index.php

注:content中的内容是汉字,要先用UrlEncode编码

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

wget 提交post请求 的相关文章

随机推荐