Hi,
Is it possible to restrict the access of an ASHX or WCF service to only AJAX calls from your own domain?
In order to improve site performance, we want to use the full jQuery & MS AJAX 4.0 approach however exposing our retail data via an ASHX or WCF service makes it really easier for competitors to harvest our data.
Yes it is a public website and they could eventually harvest and we will put throttling in place but how can we lock calls to these services to our domain?
Could a windows app and contect directly to the service and still harvest?
Looks like another performance/security tradeoff!! sigh
Any suggestions would be helpful.
Thanks in advance.