For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

GBurch's avatar
GBurch
Icon for Altostratus rankAltostratus
Jun 28, 2019

Syntax for iRule string manipulation

I have an iRule with the following code:   set schema [getfield [HTTP::uri] "&" 2] set host [getfield [HTTP::uri] "&" 3] set uri [getfield [HTTP::uri] "&" 4]   which works in the vast majo...