Forum Discussion
Souravpcs_14061
Nimbostratus
Jun 24, 2014Server Response Rewriting
Hi Guys,
I have scenario that the ERP application to be accessed via https but at the server level port 8008 is hardcoded to the url and the server will redirect the url,Please help me in gettin...
Kevin_Stewart
Employee
Jun 24, 2014If you simply need to rewrite the redirect Location header, then perhaps something like this will work:
when HTTP_RESPONSE {
if { [HTTP::header exists Location] } {
HTTP::header replace Location [string map {"int.domain.com" "ext.domain.com"} [HTTP::header Location]]
}
}
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