Forum Discussion
EastCoast_16835
Dec 03, 2015Altostratus
Rewriting response with STREAM not working properly
Hello, I am developping an iRule to rewrite a response from the Web server. I need to rewrite a chain of characters AND its length specified in the first character as a hex value. The iRu...
cjunior
Dec 08, 2015Nacreous
Hi,
I can't say it is a bug, but it seems that the curly braces doesn't have the same behavior on the replacement string as to hex codes in the search string. Thereby, it should work by removing curly braces because this prevents command execution and variable expansion.e.g.
it should work:
@\x3Chttp@\x17http@
@$search@$replace@
it shouldn't work:
{@\x3Chttp@\x17http@}
{@$search@$replace@}
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