I\'m building some functional tests for a web site using Selenium, and I\'m stuck on a bizarre browser issue where the page never seems to finish loading. The status bar re
Try the Live HTTP Headers extension. With this extension you can grab the request and response headers off the wire. You might also try starting Firefox in safe mode for testing. This will disable all installed extensions. Run firefox -h in a dos box to see the command line switch for safe mode.