I need to read the Location
header using XHR. I have added an Access-Control-Expose-Headers
header to the OPTIONS response and to the response where I need to read the header:
Access-Control-Expose-Headers: Location
This works in Chrome, Firefox and IE10, but not in Safari 5.1.7.
Does Safari support the Access-Control-Expose-Headers
header?