IE HTTPS Ajax request image not showing up
Posted
by Sha Le
on Stack Overflow
See other posts from Stack Overflow
or by Sha Le
Published on 2010-06-01T13:56:35Z
Indexed on
2010/06/01
14:53 UTC
Read the original article
Hit count: 410
Hi:
In IE (7 or 8) and HTTPS mode, following RESPONSE is delivered for an AJAX request. My issue is the img was NOT requested at all by IE (figured out using Fiddler), broken img is shown instead. It all works perfectly in HTTP mode in IE and other browsers no problem rendering in both mode (please don't tell me not to use IE). Any thoughts/work-arounds/suggestions? Thanks.
<div>
<h1>Chart Title</h1>
<h2>Chart sub-title</h2>
<img src="https://www.google.com/chart?cht=p3&chd=t:106,169,73,14&chds=0,169&chs=300x150&chtt=Ocean+Area&chdl=Atlantic|Pacific|Indian|Arctic&chma=0,0,0,0|70&chco=3366CC|DC3912|FF9900|109618&chp=4.7">
<p>message comes here</p>
</div>
© Stack Overflow or respective owner