首页 > 解决方案 > 无法使用 curl post 更新表单

问题描述

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

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

标签: phpbashcurlpost

解决方案


推荐阅读