> On Jun 5, 2016, at 10:41 PM, Rafiee <[email protected]> wrote: > > <Redirect.jpg>
Ok, that makes sense I think (although, I’d probably question why you don’t let ATS proxy instead of doing redirects). That much said, depending on what identifies the requests (request1 vs request2), you either should use the redirect directive in remap.config (if it’s based on the Host header), or your can use the regex_remap plugin (if it’s based on the path of the requests). Both are documented in the docs (see below). — Leif https://docs.trafficserver.apache.org/en/latest/admin-guide/files/remap.config.en.html#redirect-mapping-rules https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/regex_remap.en.html
