Protect your ASP.Net Web API from the Client

… and the Client from your ASP.Net Web API

Sami Islam

--

Photo by Clarisa Watson on Unsplash

A part of creating a production-level Web API is to ensure that no “garbage” comes in. But that is definitely not all. Ensuring that the API Client is aware of the correct way to use the API is also vital.

In this article, I am going to describe 3 ways the ASP.Net Request Model Validation…

--

--