I am working on a site that sends data to another website and it has a landing page with a URL by using. The issue is I do not want to do the REdirect I just want it to send data to that page and continue with the code under it.
The other Site doesn't have API's how can I do this?
I have been looking at examples all of them are referring to API url's with log-in authentication but this URL does not require a log in just send in the data with the URL(www.example.come/submit?Firstname=Firstname;LastName=LastName;) Something like that without actually redirecting the page to that site.
You can use the
WebRequest
You can read more about this Here