Forum Discussion
Squeak
Feb 03, 2021Cirrus
Multiple stream replacements using an iRule
Hi, I´ve an Irule that scans for two expressions, supportportalen-test and web02 and adds a full FQDN instead of the shortname. when HTTP_REQUEST {
# Explicitly disable the stream profile for e...
- Feb 04, 2021
Hi Mikael,
STREAM::expression [list { @http://supportportalen-test/@http://supportportalen-test.hej.se/@ } { @http://web02/@http:/web02.hej.se/@ }]
Feb 04, 2021
Hi Mikael,
STREAM::expression [list { @http://supportportalen-test/@http://supportportalen-test.hej.se/@ } { @http://web02/@http:/web02.hej.se/@ }]
- SqueakFeb 05, 2021Cirrus
Hi,
Yes, your code worked with a slight modification. I had to remove the spaces between
"{ @" and "@ }"
From your link.
Note that the stream-expression string must not begin or end with blank space. Erroneous spaces will not provoke error messages but will prevent matching any data.
But thanks for your help.
//Mikael
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects