Zdenda
Jul 27, 2012Cirrus
redirect / uri change with POST data
Hi, I know here are some articles about this, but I still can't resolve my issue.
Client is connecting to VIP and I need to change URI of his request.
I tried redirect, but client was posting some data in original request and those data was lost after redirection. Then I tried just URI change withtou redirect, data stayed on client request but for some reason they were modified...
I am now trying to work with HTTP::payload to achieve original data, perform redirect and put those data to new connection, but I am still not succesful.
Did anybody resolved something like this?
Thanks, Zdenek