iis - Same origin policy exception -
uncaught securityerror: blocked frame origin "https://localhost:44300" accessing frame origin "https://othersite". protocols, domains, , ports must match.
as can see, both sites https.
i trying access properties of iframe within website. 1 push me in right direction?
if can't make sure both sites run on exactly same protocol, domain , port, might think using proxy solution webserver.
depending on browsers , versions need support, can choose cors solve problem.
Comments
Post a Comment