J
Joe Gass
Given a url I'd like to monitor where the page redirects, whether it's via a
usual redirect, javascript or meta refresh.
It might be that a url will redirect through a few different sites before
getting to it's final destination.
HTTPspy (http://rwtemple.com:81/software/HttpSpy/) does this, but I'm
looking for a solution I can automate and log results.
The httpwebrequest stuff is ok for the regular redirects, but javascript etc
relies on the browser implementing the commands - so perhaps I need a
browser plugin
Any suggestions?
Thanks
usual redirect, javascript or meta refresh.
It might be that a url will redirect through a few different sites before
getting to it's final destination.
HTTPspy (http://rwtemple.com:81/software/HttpSpy/) does this, but I'm
looking for a solution I can automate and log results.
The httpwebrequest stuff is ok for the regular redirects, but javascript etc
relies on the browser implementing the commands - so perhaps I need a
browser plugin
Any suggestions?
Thanks