Browser makes incorrect requests.
November 20, 2007 7:57 AM
Subscribe
My browsers frequently try to load the wrong page. They invent web addresses based on other open pages. What's happening? I don't think it's spyware.
For example, in trying to load Ask.Mefi, Firefox tried to load http://www.metafilter.com/content/themes/onion/style/tabber.css (I had recently closed The Onion). I'll sometimes get CSS templates or favicos instead of the page I'm looking for. Generally, the third refresh loads the page properly.
This happens in Firefox 2.0.0.9 (safe mode and normal) and IE 6. I haven't noticed problems with other Internet programs. Multiple spyware scans reveal nothing. Other computers connected to the same router are fine. I've reinstalled Firefox. My system is Windows XP SP2.
posted by Yogurt to computers & internet (13 comments total)
1 user marked this as a favorite
I would suggest upgrading to IE7, and then try starting it in No Add-ons mode (Start->Programs->Accessories->System Tools->IE (no add-ons)).
You can also try installing Fiddler and poke around in the http request for clues, but it sounds like stuff is going wrong earlier on.
If you're more advanced, you can run IE under NTSD and set a break-point on wininet!HttpSendRequestA and wininet!HttpSendRequestW and try to navigate IE. When it hits the break point look for suspect DLLs on the stack.
posted by jeffamaphone at 9:56 AM on November 20, 2007