Forum Discussion
logan92
Dec 18, 2023Altocumulus
Stream Profile is not working with javascript var?
Hi, i want to solve mixed content issue but stream profile is not working with this javascript code , i want to change http:\u002f\u002 to https:// so i created an irule that matches @@http\u002f\u00...
zamroni777
Dec 19, 2023Nacreous
stream profile uses regular expression syntax which ":" , ".", "\" are part of the syntax
https://en.wikipedia.org/wiki/Regular_expression#POSIX_basic_and_extended
therefore, you need to instead use \x3A, \x2E, \x5C.
for other hexa codes, you can refer to
https://man7.org/linux/man-pages/man7/ascii.7.html
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