F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Reginald_Sible1's avatar
Reginald_Sible1
Icon for Nimbostratus rankNimbostratus
Aug 27, 2017

Netscaler to F5 Content switch iRule conversion

Can some one help me understand the equivalent f5 rule. Here is the Netscaler policy ..

 

Policy1: HTTP.REQ.URL.PATH.REGEX_MATCH(re:(?i)^(/[\w0-9]+)/(api/FHIR/[\w0-9]+/(metadata|conformance/[\w0-9.-]+))\??.$:) || HTTP.REQ.URL.PATH.REGEX_MATCH(re:(?i)^(/[\w0-9]+/|)(api/FHIR/.$):) || HTTP.REQ.URL.PATH.REGEX_MATCH(re:(?i)^(/[\w0-9]+/|)(oauth2/[\w0-9]+)\??.*$:)

 

Policy2: HTTP.REQ.URL.SET_TEXT_MODE(IGNORECASE).CONTAINS("haikuproxy") || HTTP.REQ.URL.CONTAINS("haiku-") || HTTP.REQ.URL.CONTAINS("Epic.Mobile.GeneratedServices") || HTTP.REQ.URL.CONTAINS("Epic.PatientAccessTools.Services") || HTTP.REQ.URL.CONTAINS("moxe")\

 

Policy3: HTTP.REQ.URL.CONTAINS("NcpdpReceiver.svc") || HTTP.REQ.URL.CONTAINS("soapproxies") || HTTP.REQ.URL.CONTAINS("Quest-") || HTTP.REQ.URL.SET_TEXT_MODE(IGNORECASE).CONTAINS("acr-")

 

No RepliesBe the first to reply