webbrowser can't get https data ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boki

    #1

    webbrowser can't get https data ?

    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.

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: webbrowser can't get https data ?

    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]
    - mvp@spam.guard. caspershouse.co m

    "Boki" <boki.digital@g mail.comwrote in message
    news:1185453117 .998458.136190@ x35g2000prf.goo glegroups.com.. .
    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.
    >

    Comment

    • Boki

      #3
      Re: webbrowser can't get https data ?

      On Jul 26, 9:56 pm, "Nicholas Paldino [.NET/C# MVP]"
      <m...@spam.guar d.caspershouse. comwrote:
      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]
      - m...@spam.guard .caspershouse.c om
      >
      "Boki" <boki.digi...@g mail.comwrote in message
      >
      news:1185453117 .998458.136190@ x35g2000prf.goo glegroups.com.. .
      >
      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.
      Good idea.

      Boki.

      Comment

      Working...