I am trying to call my WCF REST service(hosted in non PROD environment) from my local machine using AngularJS. But everytime i am getting
SEC7119: XMLHttpRequest for http://XXX/XXX/Web/rest/GeDetails required CORS preflight.
and
SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.
Is there any way i can consume WCF REST service using AngularJS ?
thanks!