header enrichment
2 TopicsAN IRULE THAT PERFORMS HEADER ENRICHMENT AND SENDS TRAFFIC TO A Specific IP (MMSC)
I have a requirement to forward mms traffic to a specific mmsc, and perform header enrichment. I have an irule to forward traffic to a specific ip address. What irule can be used to combine that with header enrichment. This is my current irule. when HTTP_REQUEST { if { [HTTP::host] equals "10.199.212.15" && [HTTP::uri] equals "/servlets/mms"} { pool mmsc_pool } }572Views0likes5CommentsAN IRULE THAT PERFORMS HEADER ENRICHMENT AND SENDS TRAFFIC TO A Specific IP (MMSC)
I have a requirement to forward mms traffic to a specific mmsc, and perform header enrichment. I have an irule to forward traffic to a specific ip address. What irule can be used to combine that with header enrichment. This is my current irule. when HTTP_REQUEST { if { [HTTP::host] equals "10.199.212.15" && [HTTP::uri] equals "/servlets/mms"} { pool mmsc_pool } }220Views0likes0Comments