----- Original Message -----
From: Hill, Ronald <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 7:07 PM
Subject: problems following a refresh meta tag using LWP and open SSL (2ed
request)


> Hello All,
>
> I am trying to connect to the Wells Fargo online bank using the LWP and
open
> SSL modules and am having trouble getting past the  Authenticating User
> screen. I was hopeing for a way to have the LWP useragent  follow  the
> refreash meta tag the same way it does for a redirect. Does anyone know of
a
> way to accomplish this? Can anyone help me with this?
>
> Thanks
>
> Ron
(...)
> HTTP/1.1 200 OK
> Date: Fri, 01 Jun 2001 13:52:48 GMT
> Pragma: no-cache
> Server: Netscape-Enterprise/3.6 SP2
(...)

> Refresh: 1;
>
URL=https://mn1-gx6-ib.banking.wellsfargo.com/cgi-bin/session.cgi?sessargs=e

I think your answer is here.
The refresh data is passed as headers.
Just parse the URL field out of the header and do a new request.

Hope this is what you meant.

Maarten.

(...)

Reply via email to