CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Https Client

  1. #1
    Join Date
    Mar 2001
    Posts
    26

    Https Client

    Hi

    I need a program that can send http/https requests to web servers and save their responses.

    I know powertcp web tool(http://www.dart.com) but I have some difficulties using it for https protcol, can u help me in resolving my problem or can u introduce me another tool?

    Thanks
    Ehsan


  2. #2
    Join Date
    Mar 2001
    Posts
    9

    Re: Https Client

    Have you tried using the Internet Transfer Control
    You call openUrl and it returns the response as
    either a string or a byte array.
    HTH


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured