Unlike other browsers (IE, FF, Chrome) Opera 10 doesn t allow websites to access content from localhost. Only when 127.0.0.1 is explicitly added to the trusted websites list in Opera does this work - all other browsers don t need this.
Any suggestions on how I can either programatically add this to the trusted sites list in Opera (unlikely that this is possible), or make Opera hit localhost using some alternate means like some type of cross-domain policy file on my website?
Thanks!