September 2010

Cross-site posting of form data to an external URL in ASP.NET

If you have data in a form in an ASP.NET page that you want to post to another web site, this can be problematic.

This short technical post shows a simple method to achieve this.