Redirect iRule to Dynamic URL?
Have a quick question. I want to setup a standard "contains" iRule redirect but it needs to be able to work with dynamic URLs. What I mean by dynamic is that there is a small part of the incoming URL that is different for each session. In the URL below you can see were the =xxxx is usually a 4 digit number which is the customer code. Is this possible?
Redirect incoming requests that contain:
http://mysite.com/vbapp/customer=xxxx/goto/dev/
to
http://hosted99.com/vbapp/customer=default/login.aspx
I can get the first part of the iRule to work right because I can just state that anything containing "mysite/vbapp" will be directed regardless of the "xxxx" value. The only issue is that when it is redirected I can't get it to keep the original customer number in place.
Is this possible? Hopefully I explained it clearly.
Thanks!
James