Forum Discussion
Tosin_Omojola
Altostratus
Aug 03, 2016How to Add a query string to a pass to a pool
Hi all,
I have this challenge and need your help urgently please.
I want to access this url: http://10.10.1.57:9001/banks and want the request arrive at the pool like this:
http://10.10.1....
Joel_Newton_449
Cirrus
Aug 03, 2016Hi,
I believe all you need to do is a basic URI match and change the URI:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/banks" } {
HTTP::uri "/forms/frmservlet?config=ref&serveruserparams=NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256&otherparams=P_WST_LAN_IND=1+P_BANKS_APP_URL=http://10.10.1.57:9001/banks"
}
}
This assumes an exact match on the URI you're looking for.
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