我正在尝试访问 Google Search Appliance API:http ://code.google.com/apis/searchappliance/documentation/612/gdata/acapi_protocol.html
为了发送请求,我使用 curl。我的问题是,当我尝试登录时,使用
curl -k -X POST https://ip.ad.dr.ess:8443/accounts/ClientLogin&Email=username&Passwd=password
我得到以下信息:
'Email' is not recognized as an internal or external command,
operable program or batch file.
Passwd: unknown user =password
任何有关此问题的帮助将不胜感激。我是 curl 的新手,所以我意识到我可能用错了。
我在 Windows 7 上通过 cygwin 安装了 curl。