Passing info via HTTP ASP.NET
Hello! I'm building an ASP.NET app (with VB.NET as code behind) that is pretty simple, but I need some guidance for the last part. The app collects info from the user, verifies it, and is then supposed to send it off via HTTP (or FTP) to a specified site. The first part I already have build (i.e., the form, the validation, etc). I'm a little lost where to start with the 2nd part. Should the info be sent via query string or is there a better way to send this off via HTTP!?
I'm not sure where to start here.
Any help would be appreciated!
Thank you!
Ed