Forum Discussion

David_buffa_223's avatar
David_buffa_223
Icon for Nimbostratus rankNimbostratus
Jun 30, 2017

APM with exception

Hello everybody Can someone help me to customize an Access policy? I would like to add a condition to exempt the OTP processing according to the requested url In my VS I have an irule that redirects the traffic to a different pool according to the requested url. That's good it works.

 

When HTTP_REQUEST { Switch [HTTP :: host] { "Int-intranet16.ortec.fr" { Pool_int-intranet16.domain.fr_443 } "Int-extranet16.ortec.fr" { Pool_int-extranet16.domain.fr_443 }

 

Then we arrive at an access policy where there is an OTP part. But for url int-extranet16.domain.fr I do not want to apply the OTP part Is it possible? Thank you for your help

 

1 Reply

  • You can put an empty action in the policy, and write the logic you want. Basically, if this URL bypass the OTP, otherwise do the OTP.