Posted by data64 on 07/12/05 08:57
vinegoni@uiuc.edu wrote in news:1120938371.823625.139310
@z14g2000cwz.googlegroups.com:
> sometime when I load a page, you can see that a sequence of different
> websites are loaded before finally arriving at the destination webpage.
> how can I track the entire sequence of pages that were loaded?
> sometime the loading sequence is so fast that I can not read it.
> thanks
I use wget for this.
wget -Sv http://somewebpage
will show all the headers being returned from the browser.
The same kind of information can be obtained using the LiveHttpHeaders
extension for both Firefox and Mozilla Seamonkey.
data64
[Back to original message]
|