abdulsalam3105 commented on issue #12064:
URL:
https://github.com/apache/trafficserver/issues/12064#issuecomment-2699897081
Thank you @shukitchan , am trying to set host for my request earlier i used
cond %{SEND_REQUEST_HDR_HOOK}
set-header Host "trafficserfqdn
but it doesnt work as expected then am trying using luaplugin as suggested
function do_global_read_request()
-- Set the "Host" header to the desired value
ts.client_request.header["Host"] = "trafficserverurl"
return 0
end
but issue is not resolved. still my auth server passing redirect uri as IHS
url , it should be 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]