Ask a Question related to PERL Modules, Design and Development.
-
yerman #1
lwp authentication on asp page
Hi!
I've developed a little perl program using the module LWP to download
italian stock pages, to make real time statistics.
To get these data I need to authenticate on an asp page.
The authentication is made at session level, so I need to authenticate
in the same program in which I download.
I've tried many methods depending on LWP, including
authorization_basic, $ua->credentials, Mechanize, but without result.
For sure there is no policy block by the webserver.
The data are publicly available, after authentication, provided that
they are for personal use only.
So it's only a technical problem. I missed something, but I don't know
what!
Rather than list my failed tries, probably it's better to give to you
the infos to check it.
Login page is [url]http://du.ilsole24ore.com/du/login.aspx[/url]
After login, the page I should download is:
[url]http://www.24oreborsaonline.ilsole24ore.com/fc?sezId=10026&cmd=miafinanza&page=ListinoPersonal e[/url]
My account for testing is: username='yer', password='man'.
You can directly use it, to see if your solution works.
Any help GREATLY, HUGELY appreciated !
Thank You
Yerman
yerman Guest
-
Access to page with web authentication
Hi, I want to automatically access the data on a web page that is protected by basic web authentication. I have tried <cfinvoke> with a... -
exclude a page from forms authentication
Is it possible to exclude a web page from forms authentication? -- Steve -
OWA authentication via Login Page using ASP.Net
Hi, first of all sorry for the cross posting. i have a problem with an ASP.NET application that requires to redirect the user to an OWA URL (for... -
Authentication forms and SSL on the login page
Hi all, I'm tryiing to set up security for a ASP.NET web application in order to force all the users to go to a login page with an SSL connection.... -
Page Level Authentication
Is there anyway that you can have authentication at a page level as per the example below? <location path="main.aspx"> <system.web>...



Reply With Quote

