Page 1 of 1

dowalk on secured pages

Posted: Tue May 29, 2001 3:31 pm
by pnam
Hello,

we're running that dowalk script and some of our pages require a login/password. When we populate the tstone db, we also want to capture in the db if the page required a login or not. How can we find this out?

thanks.

dowalk on secured pages

Posted: Tue May 29, 2001 3:58 pm
by mark
You would have to modify the dowalk script to keep the user and pass empty. Then if you get a authentication required (httpcode 401) set user and pass and try again. Then reset user and pass to empty so you can detect the next one.