scottjehl/Respond

IE 8 Proxy when CDN hostname is unpredictable

JoyceBabu opened this issue · 1 comments

I am using ModPageSpeed optimizer on my apache server. The static resources are sharded by ModPageSpeed to two domains cdn1.myhost.com and cdn2.myhost.com. The exact hostname from which the css files are served is unpredictable. Sometimes it is cdn1.myhost.com sometimes it is from cdn2.myhost.com.

How can I setup IE8 proxy when there are multiple CDN hostnames? How can I use respond-proxy.html with multiple hostnames?

Sorry for opening the issue before searching.

Found the following pull request
#294