本文介绍了如何绕过客户端上的清漆缓存?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从Joomla网站或Yii网络应用程序中获取新内容,并且我们在服务器端使用了清漆。如何绕过清漆缓存控制以便获取新内容?。

I'm trying to get new content from a Joomla website or Yii web application, and we're using varnish on server side. How to bypass varnish cache control so that I can get the new content?.

我尝试添加?cachebuster = 9999 到url的末尾,但它不起作用。

I tried to add ?cachebuster=9999 to end of url but it's not working.

我只有在使用代理时才能获取新内容。

I can get the new content only when I'm using a proxy.

有什么想法吗?

推荐答案

添加端口 8080 绕过Varnish:

Add the port 8080 to bypass Varnish:

示例: www.example.com:8080

这篇关于如何绕过客户端上的清漆缓存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 13:19