WebBrowser and Https security prompt message
-
Friday, July 04, 2008 8:07 PMHello ,
i'am using WebBrowser with vb.net
so when i access to web site https a message prompt saying
this page contains some security & non security data
do you want to show non secure data ?
yes or no or more info
so what i need is to bypass this message with yes
so when i navigate to a https site it will access to it with no prompt message
Thanks
All Replies
-
Saturday, July 05, 2008 7:35 PMis there an API that can disable Mixed Content instead of Prompt
i could call it from my WebBrowser
Thanks -
Monday, July 07, 2008 12:23 PM
You can control this via the registry.
See:- http://support.microsoft.com/kb/182569
The zone value you need to modify is 1609 however I would not recommend you modify this value for the internet zone. Bear in mind that this will affect not only your embedded browser but also the standard IE browser as well.
-
Monday, July 07, 2008 4:19 PMHi Anthony ,
I Know That i can disable it Via registry but this application will be used by a lot of
so via registry i dont think best solution maybe they will think something else...
& AV will detect you accessing to the registry to modify some data so notifcation....
i am searching something like an API or something else to do it
Thanks -
Thursday, July 10, 2008 11:55 AM
The browser's API for managing this sort of this is the Internet Zone Manager
IInternetZoneManager:
etZoneActionPolicy would give you an API to modify the zone and policy ID I posted earlier. However this still going modify the registry. -
Thursday, July 10, 2008 12:58 PMHi Anthony,
if i use this API do the user get notification about Modification via the registry ?
like if we do it directly on the registry
Thanks


