Forum Discussion
WillC_97839
Nimbostratus
16 years agoDifferent pool, but need to pass the query string along
Hi there.
I tried doing a search and I found some stuff that kinda helps, but I'm not quite getting the results that I want.
I have a site, www.widgets.com
...
hoolio
Cirrostratus
16 years agoSo you can remove this section of the above example then:
Rewrite URI to /search/virtualsearch?q= with the original
value for the q parameter preserved
HTTP::uri "/search/virtualsearch?q=[URI::query [HTTP::uri] q]
Or...
The remaining parts should work as you've described. If you run into any issues, try adding logging to the iRule and check the /var/log/ltm output to help debug them.
Aaron