Click here to Skip to main content
16,012,223 members

Comments by ckuroda2001@yahoo.com (Top 1 by date)

ckuroda2001@yahoo.com 17-Sep-20 15:15pm View    
Hi Richard,
Thank you for taking the time to read my question.
I have added to the root web . config file, the custom headers tag,
<customheaders>
<add name="Access-Control-Allow-Origin" value="*">

And, originally, I was trying to call the get method from a backbone.js file, but the browser kept throwing the CORS exception. So, I began trying to overcome the CORS exception with a plain Javascript ajax call. So, the returned header is blank