【问题标题】:How to use cURL to post form to purewhois.com如何使用 cURL 将表单发布到 purewhois.com
【发布时间】:2012-07-17 14:00:16
【问题描述】:

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

使用以下命令:

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

它似乎无法正常工作。我什至尝试了-F 开关。任何人都可以提出解决方案吗?

【问题讨论】:

    标签: html forms post curl


    【解决方案1】:

    这行得通吗?

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

    【讨论】:

    • 我想我看到了我的错别字。我不小心使用了 @ 而不是 & 并在查询中使用了术语“隐藏”而不是表单字段的名称“输出”。谢谢!
    猜你喜欢
    • 1970-01-01
    • 2012-08-24
    • 1970-01-01
    • 1970-01-01
    • 2010-10-23
    • 2016-09-23
    • 2011-09-01
    • 1970-01-01
    相关资源
    最近更新 更多