<p>Looks like your request routing does not preserve the ETag and cache- control headers from GWC. You should fix that on the server side.</p>
<p>Andreas.</p>
<div class="gmail_quote">On Apr 25, 2012 9:45 PM, &quot;Filipe&quot; &lt;<a href="mailto:filipesilva1@gmail.com">filipesilva1@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey everyone.

Im having a weird behaviour when using OL.

my current setup is OL 2.11 requesting a WMS tiled layer from a different server then the one running the website. My WMS server is in another server, and im using Application request Routing on iis to get the tiles.

the tiles do get rendered in OL and show in map. my problem is:
on IE the tiles get stored in browser cache and subsequent requests are obtained from browser cache.
This is the behaviour i want.

On FF and Chrome, none of the requests are getting into the browser cache, meaning they all go the the server (and then show on map correctly).
This behaviour i do not want.

Been searching and couldn&#39;t find out why this is happening.
<a href="http://lists.osgeo.org/pipermail/openlayers-dev/2010-March/005708.html" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/pipermail/openlayers-dev/2010-March/005708.html</a>
The above link talk about requests in the response.
I use fiddler to Analise them and its all ok (i think)
HTTP/1.1 200 OK
Content-Length: 2923
Content-Type: image/png
Server: Microsoft-IIS/7.0
geowebcache-tile-index: [32, 22, 5]
X-Powered-By: ARR/2.5
X-Powered-By: <a href="http://ASP.NET" target="_blank">ASP.NET</a>
Date: Thu, 26 Apr 2012 01:07:31 GMT

also, i dont have any &quot;cache-control&quot; on my pages.

Any thoughts on this?

Regards

        
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/WMS-requests-not-getting-into-FF-and-Chrome-cache-tp4918603p4918603.html" target="_blank">WMS requests not getting into FF and Chrome cache</a><br>

Sent from the <a href="http://osgeo-org.1560.n6.nabble.com/OpenLayers-Users-f3910695.html" target="_blank">OpenLayers Users mailing list archive</a> at Nabble.com.<br><br>_______________________________________________<br>

Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br></blockquote></div>