We are continuing our series on testing ASP.NET Core Web API projects using Rider. We will be using the HTTP Client built into Rider's IDE that will allow us to build the calls to our REST APIs developed in ASP.NET Core Web API.
In this part, we will look at executing the HTTP Client scripts and …