Forum Discussion
Mr_Fribble
Nimbostratus
Apr 15, 2021passing URI /path to server when loadbalancing
Hi user targets https://url.domain.org/uat/login but when it gets to the end server it's missing the /uat/login. The server requires other wise it pass back a 400 error. my setup/config is user...
Heino
Cirrus
Apr 15, 2021HTTP::redirect is a shortcut for sending a 302 (Temporary Redirect) back to the client without involving the server that has the application. This is the reason why a different name is in the browser.
when HTTP_REQUEST {
if { [HTTP::path] equals "/uat/login"} {
node servername 10444
}
}
This will send the request on to the server.
I don't really recommend node. I'd use a pool and the pool command
pool servername_pool
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