cURL / Mailing Lists / curl-users / Single Mail

curl-users

bug/problem with cURL 7.6.1

From: Dan Dickerson <dickersn_at_earthlink.net>
Date: Fri, 02 Mar 2001 16:19:16 -0800

I have found a site that seems to be able to repel cURL, and a possible "bug"
with cURL. (Under Win98)

First the site:
        http://www.lasuperiorcourt.org/CivilRegister/Search.asp

I need to "mimic" entering data on this form. I tried calling curl with the
following line:

curl -d @test.txt -L -v -e ;auto -o testing.htm http://www.lasuperiorcourt.org/CivilRegister/Search.asp

test.txt consists of a single line:
        CaseNumber=BC197241&District=

Does anyone have a clue as to what I am doing wrong?

Now for the "bug". The -v (verbose) switch in the above line does not seem to
do anything. I thought that I followed the directions in the manual pages, but
I may be missing something.

Thanks in advance for all your help,
Dan Dickerson
Received on 2001-03-03