I am wondering if such a service exists where these two files would be unique:
../apps/info.xml?id=131
../apps/info.xml?id=454
The recommendation I have received from most CDN's was to use a url rewrite module to convert those to something like:
../apps/info_131.xml
../apps/info_454.xml
My issue is that I have several clients already deployed that utilize the former URL schemas.
Any ideas of CDN services that allow caching by parameters?