Forum Discussion

Ken_B_50116's avatar
Ken_B_50116
Icon for Cirrostratus rankCirrostratus
Apr 08, 2016

iRule to change the URL hostname and path, but nothing else

I need to write an iRule that will redirect the browser from this:

    http://server1/fubarpath/AMSDocViewer.asp?DocID=626527942&Rev=1

to this:

    http://server2/apppath/ImageEnablingLauncher.aspx?DocID=626527942&Rev=1

The main point is that I need to retain the ? character and everything to the right of it.

[HTTP::uri] seems to be important here, that grabs everything after the hostname. I only need part of that. "string map" could maybe be used to provide a list of things to be changed in the URL, thus keeping the part I need to keep, but I don't know how to put it all together.

2 Replies