14-Aug-2020 01:44
How to convert Cisco ACE header rewrites to F5
How to write the irule for the following:
insert-http I_AM header-value "SSL_INIT"
insert-http DEST_Port header-value "%pd"
insert-http DEST_IP header-value "%id"
insert-http SRC_Port header-value "%ps"
insert-http SRC_IP header-value "%is"
Thanks
24-Aug-2020 00:09
'insert-http' appears to be a policy map command to insert an HTTP header and associated value. You'd have to go check ACE documentation to be sure.
A roughly equivalent command within iRules would be 'HTTP::header insert'