Forum Discussion

mbrunyak1's avatar
mbrunyak1
Icon for Nimbostratus rankNimbostratus
Jun 24, 2022
Solved

iRule

I have the below http iRule. Moving url to https and need to convert iRule for https use.   when HTTP_REQUEST { if {[HTTP::header X-Forwarded-For] != ""} then { persist uie [lindex [ split [linde...
  • Sebastiansierra's avatar
    Sebastiansierra
    Jun 24, 2022

    You can see more info about the HTTP header X-Forwarder-For in this link:

    https://support.f5.com/csp/article/K4816

    Did you receive any error in /var/log/ltm when you try to access the new url ?

    In SSH execute

    tailf /var/log/ltm and test the application