Forum Discussion

2 Replies

  • when HTTP_REQUEST {
      if {[HTTP::uri] matches_glob "/NR/rdonlyres/*.pdf" } {
        HTTP::redirect "https://www.xyz.com"
      }
    }
    
    • nilendu_haldar1's avatar
      nilendu_haldar1
      Icon for Nimbostratus rankNimbostratus

      Hi Kevin, Thanks a lot for your reply. This looks pretty good. Let me test it in our Test environment, and see if this works. Thanks again.