I have a textbox in a partial view in my MVC site. I have a WebApi for ajax requests and the site to use. My concern is... anyone can view source and see what url is available to retrieve information. Now... its not sensitive information, but I dont want other poeple using my WebApi. I only want my website to use it. Any ideas on how to lock this down?
↧