Forum Discussion
AJ_01_135899
Cirrostratus
Jun 01, 2015ProxyPass Removing Trailing Slash in Host?
Got what I hope is a quick one for the smart people here.
Here's the scenario:
We're using ProxyPass 10.9 to proxy traffic destined for a test URL to a secondary pool. The test URL is site...
AJ_01_135899
Cirrostratus
Jun 02, 2015I ended up creating a quick iRule to simply select another pool, rather than using ProxyPass. ProxyPass was chosen because it was already implemented for other solutions.
I'd still be curious as to why the trailing slashes weren't handled correctly on this one.
Here's the iRule I ended up using
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "site1.mainsite.domain.com" } {
pool site1_1111_dev
}
}
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