Forum Discussion
logan92
Altocumulus
Dec 14, 2023how to match hostname,uri & subdomain within stream profile
Hi, I want to rewrite http contents in webpage based on certain subdomain xxx.yyyy.com , i want only to apply stream profile on this subdomain , the website has many domains like ccc.yyy.com , uuu.y...
whisperer
MVP
Dec 14, 2023You can modify the REGEX experssion. Currently:
STREAM::expression {@http://@https://@}So, if you want to match only on FQDN www.mysite.com, this would be as follows:
STREAM::expression {@http://www.mysite.com@https://www.mysite.com@}Hope this helps? If not, please give examples of the transformation you are looking to accomplish. Initial URI and post URI.
logan92
Altocumulus
Dec 14, 2023Hi, Thank you for the answer , but i want to natch on HTTP_REQUEST URI or hostname or path.
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