Nadav Har'El wrote: > What if you use HTTP headers, like "Pragma: no-cache" (the simplest) or > "If-Modified-Since: ...."? I don't know how to tell a browser like Mozilla > to use such a header (I would have thought they'd do it when you hit > shift-reload...), but you can easily do it with wget or curl (at one > point, curl even added a "Pragma: no-cache" header by default, which > drove me crazy when a cache I was testing never seemed to use the cached > content and always fetched new content).
Also "Cache-control: no-store" (or at least "no-cache"). I already mentioned HTTP headers in this thread. But I haven't thought about REQUEST headers, only RESPONSE headers. However, implementing request headers requires a yet another tier of proxy, in my side, to add this header to the request (assuming that nobody modifies the browser's source). But back to the original question: Can anybody list the ISP's that don't use transparent proxies, even not for ADSL users who access foreign (long distance) sites? -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies Ltd. __________________________________________________________ Tel.: +972-9-766-1020 8 Yad-Harutzim St. Fax.: +972-9-766-1314 P.O.B. 7004 Mobile: +972-50-23-7338 Kfar-Saba 44641, Israel ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
