VMware Networking Community
rayck2020
Contributor
Contributor

NSX 6.4.5 Application Rules - Replace URL string

Hi,

I have set up a virtual server with https and would like to replace a string on the URL request.

https://www.domain.com/psp/dev_test/?cmd=login

to

https://www.domain.com/psp/prod/?cmd=login

I have set up the following acl but I can't find anything to strip/replace the string.  Search HAproxy and some of the VM examples but nothing really apply to this.

acl login_page url_reg -i /dev_test/

*need conditional statement "if" login_page "then" ...

Thanks

0 Kudos
0 Replies