frank_30469
Feb 09, 2011Nimbostratus
change http method
Hello,
I have the following problem:
the backend webserver sends a uri back /part1/part2.
On the F5 I need to insert something in front like: test/part1/part2.
no problem for that, I can do that with a HTTP::redirect.
The main problem is that the F5 should send the uri as a POST, but the redirect will change it to a GET.
My question now is, can this be changed?
If not, is there another solution?
Tnx