I know There are other similar links here on stackoverflow, But my question is different, so please don't treat this as duplicate.
My page has no external resources and everything is being served from the same server using https
, Firefox and chrome is not complaining it and only IE6 and IE7 are complaining. I used HTTPAnalyzer
and Fiddler
(used firebug too) all of them are showing no other non secured files. All of the links are https
, What other possibility makes this problem to occur. Also may be some what related to this question, IE6 on some pages downloading the jQuery.js
file with some random number appended to its end using _=randomnumber
. I don't understand that too. Any help will be greatly appreciated.