Prevent Proxy Caching of xyplorer.com
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Prevent Proxy Caching of xyplorer.com
The proxy server used in my work environment makes it a real PITA to view this forum and to download new beta's.
I had a chat with one of our IT guys about it and he told me, the easiest way to prevent caching by our proxy server would be if caching was switched off on the xyplorer.com website itself.
Don't ask me how to do it, but I would be grateful for a solution to this...
I had a chat with one of our IT guys about it and he told me, the easiest way to prevent caching by our proxy server would be if caching was switched off on the xyplorer.com website itself.
Don't ask me how to do it, but I would be grateful for a solution to this...
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Could you ask the IT guy how to do it? (I know a couple of ways but there are many and with subtle differences, so maybe he can spare me the research.)RalphM wrote:The proxy server used in my work environment makes it a real PITA to view this forum and to download new beta's.
I had a chat with one of our IT guys about it and he told me, the easiest way to prevent caching by our proxy server would be if caching was switched off on the xyplorer.com website itself.
Don't ask me how to do it, but I would be grateful for a solution to this...
FAQ | XY News RSS | XY X
-
CyGho
- Posts: 146
- Joined: 29 Oct 2005 21:31
- Location: Win 11, 25H2 26200.6899, 2560x1440 px, 100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Software: should we be aware because it's soft ? I like to think not !
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Oh, I know. But, as I said, there are many ways to do it.CyGho wrote:Isn't it just done by using meta-tags?
Some info: http://support.microsoft.com/kb/q234067/
FAQ | XY News RSS | XY X
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
Will do on Monday...admin wrote:Could you ask the IT guy how to do it? (I know a couple of ways but there are many and with subtle differences, so maybe he can spare me the research.)
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
I did do it that Monday in November, but the mail was lost somehow, so it took two months to get that question answered, sorry about that.
So here's the answer finally:
He had mostly used the meta tag Response.CacheControl = "no-cache" so far, but after reading the MS article, he agreed, that using the Response.Expires = -1 would probably be the better choice.
So here's the answer finally:
He had mostly used the meta tag Response.CacheControl = "no-cache" so far, but after reading the MS article, he agreed, that using the Response.Expires = -1 would probably be the better choice.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Ah, finally I can sleep in peace again!RalphM wrote:I did do it that Monday in November, but the mail was lost somehow, so it took two months to get that question answered, sorry about that.
So here's the answer finally:
He had mostly used the meta tag Response.CacheControl = "no-cache" so far, but after reading the MS article, he agreed, that using the Response.Expires = -1 would probably be the better choice.
FAQ | XY News RSS | XY X
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
Meaning, you're gonna stop the proxy caching of XYplorer.com in the near future?admin wrote:Ah, finally I can sleep in peace again!
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
I wonder: Would it be enough to do it for the download.htm page? I'll try that. I'll let you know...RalphM wrote:Meaning, you're gonna stop the proxy caching of XYplorer.com in the near future?admin wrote:Ah, finally I can sleep in peace again!
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Since 20081210 I use this in download.htm:admin wrote:I wonder: Would it be enough to do it for the download.htm page? I'll try that. I'll let you know...RalphM wrote:Meaning, you're gonna stop the proxy caching of XYplorer.com in the near future?admin wrote:Ah, finally I can sleep in peace again!
Code: Select all
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">Well, if the downloaded file itself is cached independently of download.htm, then I don't know how I could stop that.
FAQ | XY News RSS | XY X
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
Don't know since I haven't tried to download betas at work for months...
Will check the next couple of days and report back.
Will check the next couple of days and report back.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
Just checked and the problem still persists, though I only had to download it twice until I got the current beta.
Before I had to do it up to five times until it worked.
Will keep an eye on this the next days and keep you posted.
Before I had to do it up to five times until it worked.
Will keep an eye on this the next days and keep you posted.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
Just checked with the current beta.
Took me five downloads again, until I finally had the current beta.
Took me five downloads again, until I finally had the current beta.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
admin
- Site Admin
- Posts: 66319
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Prevent Proxy Caching of xyplorer.com
Try it with Firefox. I heard it might help.RalphM wrote:Just checked with the current beta.
Took me five downloads again, until I finally had the current beta.
FAQ | XY News RSS | XY X
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: Prevent Proxy Caching of xyplorer.com
I would if I could, but IE is company standard and therefore not possible.admin wrote:Try it with Firefox. I heard it might help.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
XYplorer Beta Club