I'm looking to take data posted to a form, process it and then make a redirect to a third-party website with both GET data AND POST data.
I understand that Response.Redirect() is not the way to go about this - what is though?
I dont want to make the original form submit to the third party provider, I have some processing to do on their results first - so that's not an option.
Can anyone recommend a way for me to pass the user along to the 3rd party provider (outside of my domain)?