Making an GET or POST Request is easy in C# thanks to the HttpClient object. This object comes out of the box in C# and makes it really easy to define the type of method you want to invoke (GET, POST etc), the endpoint you want to call, and the headers you want to add.

Check out the video below to learn more about how you can build simple requests in C# with HttpClient

author image

About NIck

Leave a Reply

Your email address will not be published. Required fields are marked *

You Might Also Like...

A thumbnail from a youtube video