I want to filter some of the data from response when request come from Dev1 server and when request from other server then it shows all values in my model in web api , how should I handle it. as well as i am setting the http header in Api01 as public and check that header in Api2 request.
Exp internally Api1(Dev01) calls the Api2(Dev02)
1.Request from Api01 (Dev01) then -> Dev02 return some of the values in resp. 2.Request any other server then-> Dev02 return all values in response.