cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Curl hangs?... Was: what i'm doing wrong?

From: Roth, Kevin P. <KPRoth_at_MarathonOil.com>
Date: Tue, 20 Nov 2001 20:01:49 -0500

I tried just for kicks. I found I could retrieve an individual page
(view.php?id=nnnnnn&print=yes) without having to send ANY cookies. Of
course, this is with a direct internet connection (no proxies to get in
the way). Of course, if some pages are password protected, obviously
they probably need to use cookies and/or something.

Could you try:
 1) leaving cookies off entirely
 2) if possible, try this on a direct internet connection
    to narrow down whether it's a proxy related issue.
 3) if #2 points to the proxy, could you work with your
    proxy administrator to see if they can help pinpoint
    what's not working?

--Kevin

-----Original Message-----
From: STEVE STEFANOVICH
Sent: Tue 11/20/2001 7:37 PM

P.S. Thanks for the tip, -c only didn't do the job... curl then doesn't
hang and receives all the files, but the "articles" received are just
the generic error notification produced by the php script. So how do I
do "careful combination" :) of -b and -D?...

>>> KPRoth_at_MarathonOil.com 11/21/01 12:52am >>>
Not sure if this is the right guess; however it seems that the last
request shown in your output.txt file doesn't send any COOKIE data along
with the request, however the previous request does.

Could this possibly be because you're using both -b and -c? "-c" should
work all by itself, or a careful combination of -b and -D.
Received on 2001-11-21