Forum Moderators: phranque

Message Too Old, No Replies

Will 302 show up in the header checker of WW?

Looking up a redirect

         

Clark

6:34 pm on Aug 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm seeing a site that's redirecting mine through a cgi page. It happens too fast to stop it and "view source". But the site is fishy. So I checked the headers through the control panel here and it didn't say 302. Would the 302 show up in the header checker or could it be hidden somewhere else.

Is there a simple linux command to see the full html source of that page? Or Dos command? Or online tool (sticky me if it isn't a major site that WW allows)

ChadSEO

6:47 pm on Aug 19, 2005 (gmt 0)

10+ Year Member



Clark,

If you're using FireFox, there is an extension called "Live HTTP Headers", which will show you all the headers for a page. It's very useful for tracking redirects, etc.

On linux, if you have the wget program, then you can do "wget -S [[b][...] to download the page and display the headers for you as well.

Chad

Clark

7:34 pm on Aug 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks!