Forum Discussion
AShok_6738
Sep 07, 2011Nimbostratus
need help to wrire Irule
I need help to wrire Irule for this URL:
Based on .qa.abc.com/UBB we need to redirect to https://secure.qa.abc.com/servlet/Satellite?lsb=
Example:
http://tak.qa.abc.com/UBB want to redirect to https://secure.qa.abc.com/servlet/S...b/HomePage
is and i want that brand to be append in long url after lsb=
Please help me on to create iRule.
Thank YOu
- The_BhattmanNimbostratusHi Ashok,
when HTTP_REQUEST { if {([HTTP::host] ends_with ".qa.abc.com") and ([HTTP::uri] eq "/UBB") } { scan[HTTP::host] %s. prefix1 HTTP::redirect "https://secure.qa.abc.com/servlet/Satellite?lsb=$prefix1&category=157&pagename=VFSWeb/HomePage } }
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