cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Help.

From: Peter Wullinger <peter.wullinger_at_gmail.com>
Date: Mon, 29 Jan 2007 09:03:13 +0100

Hello,

>
> curl http://content.icicidirect.com/findsymbolchart.asp -d "Symbol=ICIC".

From what I can tell, it works perfectly the other way round:

% curl -d "Symbol=ICIC" http://content.icicidirect.com/findsymbolchart.asp

Produces a page with company names, a few checkboxes and whatever.

> [...]
>
> Then i tried this.
>
> curl http://content.icicidirect.com/findsymbolchart.asp -F "Symbol=ICIC"

Does not work here either. Looks like the ASP cannot handle
"multipart/form-data" requests.

Peter
Received on 2007-01-29