Forum Discussion
User_02_142493
Nimbostratus
Jan 30, 2014Redirect Rewrite Issue
Hi,
I have an Single sign on application where once i log in there will be a bookmark to my CRM application. By default the redirect rewrite was set to ALL due to which the CRM application was n...
Kevin_Stewart
Employee
Jan 31, 2014You can effectively do the same thing as the redirect rewrite option with something like the following:
when HTTP_RESPONSE {
if { [HTTP::header exists Location] } {
in a redirect - remap specific URLs
HTTP::header replace Location [string map {"http://www.example.com" "https://www.example.com"} [HTTP::header Location]]
}
}
This will allow you to control specific redirects.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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