I am modifying AutoWikiBrowser to work with a MediaWiki site hosted on a secure server. I allow the user to log in manually through the WebBrowser control in a C # application, and then save the saved cookies for use in HttpWebRequest.
The problem that I encountered is that on any site using SSL / TLS (https: // urls), it takes a very long time to load, often with time allocation. I tried this not only with the MediaWiki website, but also with other secure sites such as PayPal and secure GMail.
Out of curiosity, I tried the same https sites in the Visual Studio Help browser, [VB WebBrowser Sample] [2] and [WPF WebBrowser Control Sample] [3], and they were all dead slowly. These same sites work fine in Internet Explorer 7 (and, of course, in Firefox).
What could cause SSL / TLS sites (https urls) to be very slow with the .NET WebBrowser control, but upload them to Internet Explorer?
, , - , HTTP, SSL . , ( , / ), 20 45 , ....... .NET.
, NULL, .
, , :
_api.Proxy = WebRequest.DefaultWebProxy;
, :
_api.Proxy = null;
-.
- , WinHTTP app.config, ya.
Source: https://habr.com/ru/post/1756764/More articles:How To Start Win Long Long Service With Threading - multithreadingCode-First Entity Framework - SQL CE DB creation error - entity-frameworkadding / removing a file in VS2010 leads to the error "WebDev.WebServer20.exe has stopped working" - visual-studio-2010Связывание строковой коллекции с ListView, Windows Forms - collectionsC optimization question - optimizationDeleting an entity strategy - javaCalibrate Alsa buffers correctly, weird API - cWhat are some useful keyboard shortcuts in Visual Studio? - c #How to save JTable columns when resizing while resizing JFrame? - javaConfirm XML signature to remote certificate using PHP - phpAll Articles