Disable APM rewrite for specicfic URI and redirect to external website
Problem this snippet solves: This will disable APM for a specific URI (HEX mangled APM URI) and redirect user to the original address of the website. Code : when HTTP_REQUEST {
if { [HTTP::uri] c...
Published Jun 07, 2016
Version 1.0Ali_Khan
Nimbostratus
Joined May 23, 2019
Ali_Khan
Nimbostratus
Joined May 23, 2019
Habib_Ulla_Khan
Jul 05, 2017Nimbostratus
I have a VIP with access policy. I am using below irule and doesnt work.
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] starts_with "/" } { ACCESS::disable HTTP::redirect "https://[HTTP::host]/WorkFlowUI/Home.aspx" } }
I want to disable APM and redirect. APM will need to enabled only when a specific uri is requested.