I'm trying to debug a problem in dev: - After performing digest authentication (using a custom authentication helper), pages will load as expected. - But when I hit large pages which load many resources (example yahoo or latimes.com) sometimes they will load, but if I hit them a few times I'll get TCP_DENIED/407 errors and have to re-authenticate. - My authentication helper is not called after the initial authentication request. I'm trying to track down why the requests are denied when, by my rational, they should continue to succeed. And why it only seems to happen when requests are put through in rapid succession (though there's only 1 user on the system, I only notice it on pages with many resources, I've never seen it happen on google.com for example). Any thoughts are most appreciated. David