User-1070361409 posted
What is the best way to restrict api calls outside of my website? I am deploying a web site to windows azure using asp.net web api and my api becomes exposed to calls through the uri. Can this be secured so that only my website can access the api and all
direct calls from other users are blocked?