ASP.NET and HTTPS

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

    ASP.NET and HTTPS

    is it posiible to send data to a HTTPS server using
    ASP.NET

    John
  • Kevin Spencer

    #2
    Re: ASP.NET and HTTPS

    All that is needed for an HTTPS request is to request a resource using
    "https://" instead of "http://".

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer

    Big things are made up of
    lots of Little things.

    "John Peter" <johnpeter887@h otmail.com> wrote in message
    news:003901c33f 2c$fd4982b0$a50 1280a@phx.gbl.. .[color=blue]
    > is it posiible to send data to a HTTPS server using
    > ASP.NET
    >
    > John[/color]


    Comment

    • Axel Dahmen

      #3
      Re: ASP.NET and HTTPS

      I'd say: yes.
      ASP.NET is not (really) aware of the transport protocol used to send the page.

      HTH,
      Axel Dahmen

      --------------------
      "John Peter" <johnpeter887@h otmail.com> schrieb im Newsbeitrag news:003901c33f 2c$fd4982b0$a50 1280a@phx.gbl.. .[color=blue]
      > is it posiible to send data to a HTTPS server using
      > ASP.NET
      >
      > John[/color]

      Comment

      Working...