I have CRM 2011 installed in a server and Sharepoint in another server. Both of the servers are under the same domain. Im trying to load an iframe inside a CRM 2011 HTML Web Resource with the Sharepoint I've configured. This iframe is having the known problem of the Same Origin Policy (SOP) where since both "domains" are different I can't access the contents (Being different servers). Is there someway to have the iframe communicate with the parent/top window? I already have PostMessage working correctly between them but I still have an issue that requires me to access the document inside the iframe from the parent window. Anyone know any possibility, any setting or network configuration?
I'm using IE 11 and I have also read about IE SOP Exceptions but apparently that is fixed as I've tried to include the "Trusted" sites to Trusted Zones to no success.