javascript - window.opener.location.href permission denied. Possible cross domain issue? -


i have page opens page.

the first page has url https://site1.myapplication.net/page2

the second page has url https://site2.myapplication.net/page5

i'm guessing cross domain, didn't think caused subdomains (site1, site2) in same domain.

my question : cross domain issue , how fix it? last checked cors not supported browsers.

edit: setting document.domain "myapplication.net" seems work have not tested in more 1 browser yet.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -