Hello,
I am using CSS3Pie via the PIE.php script and am facing some very weird trouble with IE 9.
When using the file as-is, certain pages cause IE to load PIE.php endlessly on first load. If I reload the page, everything is OK. Also, if I load another page that uses PIE.php, and then navigate to the specific problematic page, everything is OK as well.
If I modify PIE.php to send no-cache headers, IE 9 will always load PIE.php endlessly.
Fiddler screenshot attached.
All calls to PIE.php come back with:
Code:
HTTP/1.0 200 OK
Date: Fri, 22 Feb 2013 07:31:26 GMT
Server: Apache/2.4.2 (Unix) PHP/5.4.3
X-Powered-By: PHP/5.4.3
Content-Type: text/x-component
X-Cache: MISS from localhost
X-Cache-Lookup: MISS from localhost:3128
Via: 1.0 localhost (squid/3.1.19)
Connection: close
Cheers,
Sebastian