Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Youssef_Ghorbal's avatar
Sep 19, 2016
Solved

APM Portal Access broken links

Hello, I'm having an issue accessing some links of a website when using Portal Access. I tracked down the problem to the fact that the website I'm trying to access to generates "broken" URLs, for e...
  • Josiah_39459's avatar
    Sep 19, 2016

    Yes you can do it easily with an irule like. Should be many examples on the irules wiki

     

    when HTTP_REQUEST {
      if { [HTTP::uri] eq "blahblahblah" } {
        HTTP::uri "set it to the correct thing"
      }
    }