in reply to Re: How do I add headers using WWW::Mechanize?
in thread How do I add headers using WWW::Mechanize?
1) https://www.example.com/main/index.html
But you cannot go to that site unless you are authenticated via
2) https://www.example.com/registration/login.html
3) https://www.example.com/registration/login_2.html
4) Siteminder https://www.example.com/login/login.fcc
If not authenticated when you get to 1) you are automatically redirected to 2). You fill out a form with username and password to get to 3) which consists of a form with hidden values of your username and password which automatically submit to 4), which does the authentication and then once authenticated your username is passed as a header value all the way back to 1).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How do I add headers using WWW::Mechanize?
by NetWallah (Canon) on Feb 20, 2008 at 17:12 UTC | |
by ppowell (Initiate) on Feb 21, 2008 at 19:41 UTC | |
by Corion (Patriarch) on Feb 21, 2008 at 19:45 UTC |