我正在尝试提交此处找到的表单:http://www.purewhois.com/index.php
使用以下命令:
curl --data "queryInput=microsoft.com@hidden=default&submit=search" \
http://www.purewhois.com/index.php
它似乎无法正常工作。我甚至试过了-F
开关。有人可以建议修复吗?
答案 0 :(得分:1)
这有效吗?
curl --data“queryInput = microsoft.com& output = default& submit = search” http://www.purewhois.com/index.php