Tagged Questions

3
votes
5answers
645 views

Browser Cache API for non IE browsers

IE has WinInet API, such as GetUrlCacheEntryInfo, to read and manipulate IE browser cache. Is there a similar API for non IE browsers such as Firefox or Chrome? If so where can I get more info? ...
2
votes
1answer
292 views

How to I get Fiddler to NOT automaticaly proxy WinINET Connections?

I want to use Fiddler for a specific application that will manually turn the proxy on and off for (Firefox 3.6 using FiddlerHook). That is the only application I want proxied, but I can't seem to find ...