Forum Discussion
tsoi_94459
Nimbostratus
Jan 25, 2015Missing POST Parameters
I have a virtual server with an iRule that redirects traffic by hostname. E.g.
when CLIENT_ACCEPTED {
switch [string tolower [HTTP::host]] {
somesite.myawesomedomain.com { virtual vs_child_s...
Amit_Karnik
Nimbostratus
Jan 26, 2015Can you do a specific conditional check of the host header value against the vlaue you want to use, for e.g.
if { [HTTP::host] equals "the exact string" } { log something }
Test it with a value which is not working. If this conditional is not met when it should, then the Host header value might be URL encoded. So try decoding the URL and do the if test again.
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