25-Sep-2020 07:39
Hello All,
I'm working on the single irule with an option for using X-Forwarded-Proto and X-Forwarded-for.
Could you please help me on this?
Do we have a stream profile for X-Forwarded-Proto?
Regards,
Thiyagu
26-Sep-2020 23:18
You can try below irule for "X-Forwarded-Proto".
when HTTP_REQUEST { HTTP::header insert "X-Forwarded-Proto" "https" }