无法使用curl发布更新表单

时间:2018-09-11 05:29:25

标签: php bash curl post

我正在尝试使用脚本与网站进行交互,但是,每当我发送curl post请求时,都不会返回任何内容。

curl -X POST --proxy 1.1.1.1:9443 \
-H "Content-Type: application/x-www-form-urlencoded" -d d="google.com" -d n="8.8.8.8" \
-d q="A" http://http://www.kloth.net/services/dig.php

0 个答案:

没有答案