Problem with Security Information Message Pop Up Box
-
Hi I am having great issues trying to debug a page on a web application used internally on an intranet. When entering the page the "Security Information" Pop Up Box appears. The whole application is running under https. To try and debug the issue, I have used Fiddler, and looked at the urls for every component, javascript, css, images, and user control components. Everything I have seen from Fiddler shows that the urls start with required https! So, I am completely confused why this message should be shown - it appears everything the page is posted back. Does anyone have any idea why this should be happening and/or have another tool that could help me? Thanks
-
Hi I am having great issues trying to debug a page on a web application used internally on an intranet. When entering the page the "Security Information" Pop Up Box appears. The whole application is running under https. To try and debug the issue, I have used Fiddler, and looked at the urls for every component, javascript, css, images, and user control components. Everything I have seen from Fiddler shows that the urls start with required https! So, I am completely confused why this message should be shown - it appears everything the page is posted back. Does anyone have any idea why this should be happening and/or have another tool that could help me? Thanks
Try to check with firebug on the net, whether all the requests are going through SSL only.
Cheers!! Brij Visit my Blog: http://brijbhushan.net
My latest Articles: Give it a view Data linking with jQuery**
Exploring Client Callback** -
Try to check with firebug on the net, whether all the requests are going through SSL only.
Cheers!! Brij Visit my Blog: http://brijbhushan.net
My latest Articles: Give it a view Data linking with jQuery**
Exploring Client Callback**