Re: Same URL in multiple tabs, but only 1st gets logged. Why not all?
"U.Mutlu" <[email protected]> Thu, 16 Jul 2020 21:09:43 +0200
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Organization | mutluit.com |
| Message-ID | <[email protected]> |
Got the following reply via email (thx); just forwarding to the list: > It sounds to me like caching. Specially if you chain privoxy with a caching > server. But then browsers themselves have their own caches. > > If you are using firefox, you can use the developer tools to check if it is > actually fetching the page for the new tab over the Internet or sourcing > from cache. > > In article <[email protected]> you wrote: >> Hi all, let's say I'm on a website, and in a new tab or window of the >> same browser I'm opening the same URL anew. But this time no logging of >> the URL happens. Is this by design (maybe some kind of caching) or maybe >> a bug? >> >> Tested with this URL: https://www.startpage.com/ and some others, but >> seems to me it happens with all URLs. >> >> I'm using "debug 512" in config. Environment: privoxy v3.0.21 from Debian >> repo on Debian 8 Linux amd64.