Hi,I have a web app that works fine using http in the latest chrome, firefox and safari on a mac (and chrome and firefox on 12.10 xubuntu). But when I go to https, chrome shows just the html text of the page. This happens on the mac and xubuntu. With firefox on xubuntu and safari/firefox on the mac it renders properly. Any ideas why it is doing this? Something my web app might be doing or where can I look to see if it is an issue with chrome?
Thanks,Wes--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
On Mon, Nov 5, 2012 at 9:16 PM, Wes James <comp...@gmail.com> wrote:
Hi,I have a web app that works fine using http in the latest chrome, firefox and safari on a mac (and chrome and firefox on 12.10 xubuntu). But when I go to https, chrome shows just the html text of the page. This happens on the mac and xubuntu. With firefox on xubuntu and safari/firefox on the mac it renders properly. Any ideas why it is doing this? Something my web app might be doing or where can I look to see if it is an issue with chrome?Guessing: is the https server setting the Content-Type header?Open the developer tools, go to the network tab, reload that page. Look at the request, look at the headers, and check if the response headers includesContent-Type:text/html; charset=UTF-8
- JoaoThanks,Wes
On Mon, Nov 5, 2012 at 9:16 PM, Wes James <comp...@gmail.com> wrote:
Hi,I have a web app that works fine using http in the latest chrome, firefox and safari on a mac (and chrome and firefox on 12.10 xubuntu). But when I go to https, chrome shows just the html text of the page. This happens on the mac and xubuntu. With firefox on xubuntu and safari/firefox on the mac it renders properly. Any ideas why it is doing this? Something my web app might be doing or where can I look to see if it is an issue with chrome?Guessing: is the https server setting the Content-Type header?Open the developer tools, go to the network tab, reload that page. Look at the request, look at the headers, and check if the response headers includesContent-Type:text/html; charset=UTF-8
- Joao
- Joaowes
- Joaowes