If it's a different port then the web security model says that is *not* the same server. Scheme, host and port must all match. To access a different port you will have to go through the same steps as any other cross-origin request: have the other origin respond to requests with an Access-Control-Allow-Origin header that permits the access.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Unfortunately no. We can't access the look-up with postMessage. The problem is that the look-up gives an data value back on close.example Open: var returnValue = Window.Open([URL],[Parameter]);
--