Tag: WCF
-

WCF and CORS: “No ‘Access-Control-Allow-Origin’ header is present on the requested resource”
If you are building an Angular app (or other form of HTML5 web application) you are probably running controllers on JSON data to bind to repeaters and present to your users. In many examples, this is usually set up with static data, or a local file, but inevitably you will…