Has anyone given thought to how to support cached vs. non cached requests for a production environment.
We want to route cacheable requests through our CDN and uncacheable requests direct to the origin servers. I assume that I can set document.domain to a common domain name and create subdomains for cacheable and uncacheable hosts. *.cdn.hi5modules.com --> via cdn *.direct.hi5modules.com --> direct So we¹d send post requests, etal via direct and iframe rendering and cached requests via the CDN. Thoughts?

