Hi Team,
Can anyone please help me with my usecase.
I want to restrict the access to the backend if the apigee proxy is requested from different domain.
For example : If the request comes from https://clientA.com to https://myapigee.apigee.net then only the request should pass to target backend. But if the request comes from any other site to apigee, apigee should throw the error.
But I am not sure how can I implement this.