This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
useXDomain gone? #2956
Closed
Description
I've been trying to get CORS working in IE8/9 with Angular 1.1.5 without success. Googling has thrown up lots of recommendations of how to achieve it with Angular-specific configs and having tried everything the only thing that seems to reliably work in jsfiddle examples is the $http.defaults.useXDomain="true"
configuration.
I've been trying this with Angular 1.1.5 (previously found jsfiddle examples were 1.0) and failing to make it work, but having just searched the 1.1.5 codebase, it seems the string "useXDomain" isn't even present.
This previous issue seems related but I'm not clear what the outcome of the thread was: #1047
Is the IE8/9 useXDomain hack no longer supported in 1.1.5?
Metadata
Metadata
Assignees
Labels
No labels