On Fri, Oct 8, 2010 at 11:34 AM, Eric <[email protected]> wrote: > Hi, > > I would know who call the iframe's URL ? Is it the Internet browser or > is it the google-caja server ? > > i.e, does the request sent through the iframe's URL contain the > session cookie of this site or not ?
It is the server; no cookies are sent. Since the third-party content is served as part of your web page, cookies for the third-party site wouldn't be sent by the browser anyway. -- Mike Stay - [email protected] http://www.cs.auckland.ac.nz/~mike http://reperiendi.wordpress.com
