asp.net - Mixed Content Error in IE7 with html5shiv and SSL -
i'm developing asp.net app using html5shiv , ssl. reason getting mixed content errors in ie7 using html5shiv. if remove html5shiv errors go away. i'm using update panels , master pages if matters. ideas?
edit: after further testing appears combination between html5shiv , stylesheet. if either excluded, no mixed content error.
<script type="text/javascript" src="../js/html5shiv.js"></script> <link rel="stylesheet" href="../styles/global.css" />
solution: had data uri on header style. removing uri solved problem.
are using externally hosted html5shiv (on cdn)? if so, download file , host on same server.
Comments
Post a Comment