I'm going to create an asp.net web api to expose data from a SQL database to some specific clients and my question is this:
How do I make it so that only these clients access the api web data?
I'm going to create an asp.net web api to expose data from a SQL database to some specific clients and my question is this:
How do I make it so that only these clients access the api web data?