[Catalyst] Re: Making secure session cookies (or, how do we make Explorer stop complaining about nonsecure content on a secure page?)

2011-02-21 Thread Adam Sjøgren
On Mon, 21 Feb 2011 15:15:17 +, Carl wrote: > I recommend you try viewing the page in a browser that will let you > see all network requests - e.g. firefox with the firebug plugin > running. Another nice tool is included in Chrom{e,ium} under Tools → Developer Tools, where - if you load an ht

Re: [Catalyst] Re: Making secure session cookies (or, how do we make Explorer stop complaining about nonsecure content on a secure page?)

2011-02-21 Thread will trillich
Okay -- we'd tried this approach using Chrome already, and it is not showing *any* http:// requests from the https:// page. Life HTTP Headers (FireFox) shows either https://server.name/path requests or server-relative /path requests. Period. Same url, yet internet explorer complains... I've got a

Re: [Catalyst] Re: Making secure session cookies (or, how do we make Explorer stop complaining about nonsecure content on a secure page?)

2011-02-21 Thread Peter Karman
will trillich wrote on 2/21/11 5:50 PM: > Okay -- we'd tried this approach using Chrome already, and it is not showing > *any* http:// requests from the https:// page. > > Life HTTP Headers (FireFox) shows either https://server.name/path requests or > server-relative /path requests. Period. > >