This isn't directly a DNN question, but figure I might find someone dealing with the same type of thing.
How do I submit a POST to another website and have it redirected there, from my server side code? (assuming from a DNN module)
I _CAN_ do a URL.com/page.aspx?thing=value... but that exposes some info I don't really want exposed, such as my userID, ect. So the post would work best, but I don't know.
Thanks