Forum Discussion
j_carl_39543
Nov 29, 2012Nimbostratus
Creating iRule to mask/hide URL
Hi All,
I am new in using F5 Big-IP, I have a current task to either mask the website or totally hide the URL. If I decided to mask the URL, I need to create substitute link. Whenever ...
j_carl_39543
Dec 19, 2012Nimbostratus
when HTTP_RESPONSE {
set server_location [string tolower [HTTP::header Location]]
if {$server_location starts_with "172.10.10.10:8050/cgi-bin/"} {
HTTP::header replace Location [string map -nocase {172.10.10.10:8050/cgi-bin/lansweb 172.10.10.10:8050/} [HTTP::header value Location]]
}
}
I have created an iRule to limit the uri displayed on the URL but it seems that it was not functioning as what it is created for. Can you guys help me if I missed something or need additional configurations.
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