dowalk on secured pages

Post Reply
pnam
Posts: 18
Joined: Fri May 18, 2001 1:20 pm

dowalk on secured pages

Post 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.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

dowalk on secured pages

Post 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.
Post Reply