I need to "post" data to a url in the middle of a script. I haven't been able to find anything like curl for windows though, suggestions?
For instance...
User fills out form Form submits to process.asp (I want to make the curl request in here, it's for a 3rd party integration and then i'm also going to trigger an email) process.asp finishes and directs user to thank you page.
This is classic ASP obviously which allows this type of form processing behavior.