Our web app is running in .Net Framework 4.0. The UI calls controller methods through ajax calls.
We need to consume REST service from our vendor. I am evaluating
Unpopular opinion from 2020:
When it comes to ASP.NET apps I still prefer WebClient over HttpClient because: