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

   I am suggesting you to change the x-jsa-authorization-redirect directly to 
whatever you want. you can do it to the response in the send response hook. e.g.
   
   ```
   function do_global_send_response()
     local jsa = ts.client_response.header['x-jsa-authorization-redirect']
     string.gsub(jsa, 'ihsurl', 'trafficserverfqdn')
     ts.client_response.header['x-jsa-authorization-redirect'] = jsa
   end
   ```


-- 
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