cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Maintaining credentials

From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Fri, 7 Apr 2006 02:30:27 -0500

You need to look at the page that curl fetches and see what's in it.
Your browser can get to the next page by following meta refresh tags
and other tricks, such as "top.location=new_page.htm" in javascript.

Curl doesn't follow such things, so you'll have to script that yourself.

Ralph Mitchell

On 4/7/06, Blurry <obsfucate_at_gmail.com> wrote:
> After struggling with a site I KNEW was NTLM, I found
> --negotiate to work, eventhough it is an IIS
> server...anyway, once you login it does 1 or 2
> redirects (I think) when you use an IE browser to take you to the
> end page. Using curl it stops at the login success
> page without following the redirects (yes I use -L).
> If I subsequently use curl to go to that end page, I
> get 'your login period has passed". So how can I get
> to this end page ? What am I missing ?
> Thanks
>
>
Received on 2006-04-07