I want to develop a program that uses an online API, with GET and POST requests, and I want to know how to make the requests within the program (without the user seeing a web page), and then download the results into the program so I can parse them
Share
You’re looking for the
WebRequestclass. This example has been adapted from the msdn documentation: