Hi,
In my application I have a webservice which must be accessible to all users from my domain (Authenticated and unauntheticated). In my webservice I need to confirm that the request in initiated from a page in my domain. how do I go about instrumenting my webservice to verify that the request is initiated from my domain? Basically I like ot make sure only my website has access to this service without validating the user.
Thanks
...
Go to the complete details ...