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

Forum Discussion

wilbes16_98357's avatar
wilbes16_98357
Icon for Nimbostratus rankNimbostratus
Nov 16, 2009

how hard can this be?

https://mysite.com/keepitsimpleforthem

 

 

want to redirect it to:

 

https://mysite.com/far-more-complex-actual-pageurl

1 Reply

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    if you want to inspect and/or modify HTTPS traffic you need to decrypt it using a client SSL profile and add an HTTP profile. You can then check the host using HTTP::host, the URI using HTTP::uri, the path using HTTP::path and issue a redirect using HTTP::redirect or HTTP::respond. You can check the HTTP wiki page for details on these commands:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/http

     

     

    If you get stuck on something, post an an example of what you're trying to accomplish, what code you're testing and the symptoms of the issue. You can use a browser plugin like HttpFox for Firefox or Fiddler for IE. And you can add log statements to the iRule to see what's being executed.

     

     

    Aaron