mlibbey commented on issue #12064: URL: https://github.com/apache/trafficserver/issues/12064#issuecomment-2702254489
I think you want to: - use the header_rewrite that you were using (to set the Host: header when sending to the origin server). - use the lua plugin to read the response from the origin server (either in send_response (TS_LUA_HOOK_SEND_RESPONSE_HDR) or read_response (TS_LUA_HOOK_READ_RESPONSE_HDR)), and replace the in ihurl in the x-jsa-authorization-redirect: and x-jsa-authorization-url headers with the trafficserverurl. -- 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]
