Re: [Http-webtest-general] Checking links in the document
Brought to you by:
m_ilya,
richardanderson
From: Carlos R. <cra...@gt...> - 2004-03-25 05:08:23
|
Lastest update includes: * Updated result status line. Now prints out: N links found. M unique links tested. Failed: X * Added $req->authorization_basic() to each HTTP:Request object before links are checked. The credentials passed only if the auth test parameter are defined. The second bulleted should fix your problem. This version sends the username/password to password protected pages using Basic authentication. If your authentication relies on cookie-based sessions, then I'll incorporate LWP's cookie_jar method into the mix. Unfortunately, I won't be able to work on the code until tommorrow evening.. In the meantime, please test this version to see it it fixes things for you. It resolved the issues I was experiencing. Source: http://www.quantumfx.com/software/modules/HTTP-WebTest-Plugin-LinksTest.pm Thanks for you suggestions and comments. -Carlos William McKee wrote: >On Wed, Mar 24, 2004 at 08:50:00AM -0800, Carlos Ramirez wrote: > > >>Are you using check_links = yes with this? Both check_links = yes and >>ignore_links = (LOGIN) have to be defined. I'll look into the redirect >>page and updating the results output. >> >> > >Yes, I have check_links set to yes as well as the debug_links. That's >how I'm seeing that the LOGIN page is still being checked. > > >Thanks, >William > > > |