Hello, I wondered if there is an easy way (sample?) to re-POST an incoming form collection to a different server.
The reason: I have server 1 which has a form with a bunch of fields, but they actually need to be stored on server 2. I can't allow people access to server 2 though, so I need to ask for the input on server 1. I'd still like to keep my already done MVC controller actions (which originally assumed posting to server 2 directly)
Would appreciate a hint or sample code on how to do this!
Thank you!