Forum Discussion
Gregg_Freeman
Nimbostratus
Aug 10, 2021Redirtct HTTPS request with multiple embedded URL Statements
I need to redirect the following example to a new website URL. https://test.test.com/MDR/LauncherInterface.aspx?host=https://test.test.com/MDR&numid=11111&numid=1111&username=1111&userpass=1111
I ne...
Sep 22, 2021
Hi Gregg Freeman,
when HTTP_REQUEST {
if { [HTTP::host] equals "test.test.com" } {
HTTP::redirect https://test2.test.com[string map "test.test.com" "test2.test.com" [HTTP::uri]]
return
}
}
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