Forum Moderators: phranque
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)
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