I have one domain with this structure :
And another with this kind of structure
I would like to retrieve an XML file of the second domain (http://www.othername.tm.fr) via XMLHttpRequest and retrieve the datas into the first domain (http://name.name.com)
I've tried many pieces of code but nothing work, any help would be very very appreciated!
PS : I have tried a solution which work perfectly in Chrome but not in IE :/