mlibbey commented on issue #12064:
URL: 
https://github.com/apache/trafficserver/issues/12064#issuecomment-2695224177

   > I found that ATS doesnt rewrites or modification of the HTTP headers or 
cookies.
   
   Right -- Proxies should proxy the actual request and response. If you want 
to change either the request or response (for instance to modify the headers), 
you need to use a plugin to do so.
   
   > That could cause issues when the request is then handled by IHS or Liberty.
   > 
   > i found that while accessing the ATS url in browser -> network ( when the 
request hit, it redirect to auth server and there request url got changed with 
IHS url, but it should be ATS url.
   
   Sounds like you want to configure ATS to read the 
"X-JSA-AUTHORIZATION-REDIRECT" header and change the header's value from the 
IHS domain to something else. I think you'd have to use the lua plugin to do 
such a change. (or change the origin server to put the ATS domain in the header 
your client uses to redirect to).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to