webbrowser can't get https data ?

B

Boki

Hi All,

Sometimes, when I am using webbrowser to control data of web pages, it
suddenly shows a httS page, I need to detect it happens.

but it seems we can't get/put any data on https connection?


Best regards,
Boki.
 
N

Nicholas Paldino [.NET/C# MVP]

Boki,

With the webbrowser control, the best I could think of is to check the
Navigating and Navigated events, and you can check the URL there to see if
it is an HTTPS scheme.
 
B

Boki

Boki,

With the webbrowser control, the best I could think of is to check the
Navigating and Navigated events, and you can check the URL there to see if
it is an HTTPS scheme.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Sometimes, when I am using webbrowser to control data of web pages, it
suddenly shows a httS page, I need to detect it happens.
but it seems we can't get/put any data on https connection?
Best regards,
Boki.

Good idea.

Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top