0
當遠程圖像更改由ImageResizer提供服務的版本仍舊是舊圖像時。如何解決這個問題最好?帶有RemoteReader和DiskCache插件的ImageResizer不顯示更新的遠程圖像
配置是非常簡單的和,如下所示:
<diskCache dir="~/imagecache" autoClean="true" enabled="true" />
<remotereader signingKey="58h4E#O!VAiDwpYcIG!ERv74jSUs6L1!" allowAllSignedRequests="true" allowRedirects="5">
<allow domain="domain.com" />
<allow domain="*.domain1.com" />
<allow domain="*.domain2.com" />
<!-- XML whitelisting requires V3.2 or higher
<allow domain="*.imageresizing.net" onlyWhenSigned="true"/> -->
</remotereader>