如何使用cURL将表单发布到purewhois.com

时间:2012-07-17 14:00:16

标签: html forms post curl

我正在尝试提交此处找到的表单:http://www.purewhois.com/index.php

使用以下命令:

curl --data "queryInput=microsoft.com@hidden=default&submit=search" \
http://www.purewhois.com/index.php

它似乎无法正常工作。我甚至试过了-F开关。有人可以建议修复吗?

1 个答案:

答案 0 :(得分:1)

这有效吗?

  

curl --data“queryInput = microsoft.com& output = default& submit = search”   http://www.purewhois.com/index.php