Forum Discussion
Joe_5599_134300
Nimbostratus
Oct 02, 2013Best way to add URI at end of URL
What would be the best way with an irule to append /mobile/cplogin.aspx to a default URL of https://[email protected]
Basically need users redirected to https://[email protected]/mobile/cplogin.a...
Kevin_Stewart
Employee
Oct 02, 2013Try this:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/mobile/cplogin.aspx"
}
}
Do you specifically mean "[email protected]", with an ampersand in the URL?
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