Reporting 301/302 redirects?

Post Reply
python79
Posts: 4
Joined: Tue May 30, 2006 11:17 am

Reporting 301/302 redirects?

Post by python79 »

We are currently using the free trial of Webinator and are interested in the ability to report upon 301/302 redirects as well as broken link errors. However, the trial walks that we have completed do not make any mention of URLs that contain redirects. Does Webinator have this functionality? We have used version 1 in the past and it was able to do so.

Thanks!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Reporting 301/302 redirects?

Post by mark »

Redirects aren't an error. They're just followed and the resulting page indexed. You can change max redirects to 0 to cause an error on redirect.
python79
Posts: 4
Joined: Tue May 30, 2006 11:17 am

Reporting 301/302 redirects?

Post by python79 »

Thanks, I made that change and now it brings up "Too many redirections" when I crawl a site with redirects. Can it provide which type of redirect is being presented? This is what we are interested in.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Reporting 301/302 redirects?

Post by mark »

It doesn't record/report the type of redirect. You can find out using the geturl tool that comes with Webinator.

geturl http://thesite/thepage | more

The first line will tell you which type.

Or you could modify dowalk to record the "httpcode" in the error message.
Post Reply