Re: [Http-webtest-general] Checking links in the document
Brought to you by:
m_ilya,
richardanderson
From: William M. <wi...@kn...> - 2004-03-22 18:40:26
|
On Thu, Mar 18, 2004 at 10:22:54PM -0800, Carlos Ramirez wrote: > Let me know if the output is any helpful. Thanks. Carlos, Sorry for the belated response. The new function debug_links works wonderfully. My https links are working fine. The failure was due to the fact that I ran the test on a project that is in production and it caught a typo. I also get an error on a redirect page. GET works fine but HEAD returns 403 Forbidden. I'm using Apache::AuthCookieDBI to handle my login and don't fully understand how it works in regards to redirects. I suspect that it's a problem on my end. It would be nice to pass in a regex of links to search/ignore. For example, match_links = ^https:// would only test links on a secure server whereas ignore_links = ^https:// would ignore all those links. Thanks for your contribution. When are you going to load it onto CPAN? Regards, William -- Knowmad Services Inc. http://www.knowmad.com |