I have a webservice that is used by inserting a piece of javascript into the page. The Javascript scans the page for a certain string and makes a request to my ASP.NET JSON WebService. The javascript then uses the JSON to display some content.
What I would idealy like to do is prevent anyone from accessing my JSON service directly.
The service is access using a jQuery Ajax Request.
Is this possible?
Best Regards, TheLorax