Web response / request and HTTPS?

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

    #1

    Web response / request and HTTPS?

    Can the web response and web request objects work with HTTPS? Never tried it
    and think I ran into a situation where I need secure responses.. thanks!


  • Martin Honnen

    #2
    Re: Web response / request and HTTPS?

    Smokey Grindel wrote:
    Can the web response and web request objects work with HTTPS?
    Yes, use e.g.
    WebRequest.Crea te(@"https://example.com/page.html")


    --

    Martin Honnen --- MVP XML
    http://JavaScript.FAQTs.com/

    Comment

    • Smokey Grindel

      #3
      Re: Web response / request and HTTPS?

      We dont have to cache or store certs or anything like that? If not that is
      great!


      "Martin Honnen" <mahotrash@yaho o.dewrote in message
      news:OrZw13KSIH A.1204@TK2MSFTN GP03.phx.gbl...
      Smokey Grindel wrote:
      >Can the web response and web request objects work with HTTPS?
      >
      Yes, use e.g.
      WebRequest.Crea te(@"https://example.com/page.html")
      >
      >
      --
      >
      Martin Honnen --- MVP XML
      http://JavaScript.FAQTs.com/

      Comment

      Working...