HTTP Post from code behind in C#

Posted in C# Programming on January 21st, 2010 by phoenixdigital

Sometimes you may be required to send some data to a remote site from the code behind via HTTP. Generally this can easily be perfomed if the site allows for GET submissions. However sometimes the site will only accept POST submissions.
Read more »

Tags: , , ,