Forum Discussion
gh0std0g_79292
Nimbostratus
Mar 06, 2013simple HTTP host replacement... i think? It's not working for me.
I have an internal HTTP sharepoint site, but there are certain DNS names and paths that are mainly for aesthetics and some other things. I'll get to the point.
The internal site is 'internal.com...
nitass
Employee
Mar 06, 2013can you try this one?
when HTTP_REQUEST {
if { ( [HTTP::host] equals "applicationA.company.com" ) and
( [HTTP::uri] equals "/" ) } {
HTTP::uri "/departments/applicationA/"
}
HTTP::header replace Host internal.company.com
}
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