I am making a CORS xhr request. This works fine in chrome, however when I run in safari I get an \'Can not load ---- access not allowed by Access-control-allow-origin\'.
Thanks for all the responses, I got this finally myself. I added 'Origin' to my responseHeaders and works fine now.