Forum Discussion
Peter_71625
Nimbostratus
Mar 27, 2009Redirect without showing in browser
Hi there,
i want to create a Irule how redirects a link ends with "bla" to "www.bla.com".
But without showing it in the browser.
i have this one:
when HTTP_REQUEST
{
set uri [HTTP::uri]
if { ($uri ends_with "bla" ) } {
HTTP::redirect "https://www.bla.com/" }
}
But this on shows it in the browser.
Tanks for any help!
- hoolio
Cirrostratus
Hi,
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