cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Challenge to get curl fetching from this site ....

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 31 Aug 2000 10:50:52 +0200 (MET DST)

On Thu, 31 Aug 2000, WILSON, Nick wrote:

> HTTP/1.1 200 OK
> Server: Microsoft-IIS/4.0
> Date: Thu, 31 Aug 2000 09:20:43 GMT
> Content-Type: text/html
> Set-Cookie: accept=COOKIES=yes; expires=Thu, 30-Aug-2001 14:00:00 GMT;
> domain=.emailcash.com.au; path=/
> Set-Cookie: ASPSESSIONIDQQGQQQPT=IBEOMGOCIKOKPHBJJHBJPKHN; path=/
> Cache-control: private
>
> I've already checked for a location redirect, there's not much else to go
> on though ...

[http://www.emailcash.com.au]

1. When I use 'curl http://www.emailcash.com.au' I get a web page returned.

2. As you can see in that set of headers, it sets cookies. If you want to
   continue doing "business" with that server you better record the cookies
   and use them in the succeeding requests.

3. I have no idea why you don't see the body. I tried from two different
   locations and it worked fine for me.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-08-31