Thiyagu
Nov 05, 2020Cirrus
Need help for an irule for insertion of X-Forwarded-Proto
Hello All,
I'm working on a request to insert the protocol from the client. Does the below iRule would work to insert the protocol from the client?
when HTTP_REQUEST {
HTTP::header insert X-Forwarded-Proto:https
}
how does inserting of protocol in the header will help to identify the protocol between client and load balancer if we are using the redirection from http to https?
Thanks a lot in Advance.
Regards,
Thiyagu