Redirect_to and post parameters

Hey fellow coders!

I need to redirect a user request to another server. I also need to pass
some parameters to the target action. One of the parameters is a text
string, which can in some cases be very long (too long for GET). I
therefore need to send the parameter as HTTP POST parameter. Is that
possible?

//Daniel