Hi all,
We are working on a use case where we must cache a proxy request. For example, we have a path /us/en/load (sample path) where we pass through this request from the dispatcher to a third-party back-end server (which is not AEM).
RewriteRule /us/en/load https://third-party-server/us/en/load [PT, NC, L]
We also have multiple paths like these so that any leads would be greatly appreciated.
The subsequent resources of the page(s), like images, CSS, and JS everything, come with a folder like /_identifier/static/front-end.css so we need to cache this /_identifier/static folder too in the dispatcher.