CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Minneapolis
    Posts
    98

    [VB] sending secure http POST

    Hello all,

    I am researchering how to send a secure(SSL) transaction(http POST) to one of our web services. I am having little luck in doing this.

    I would have thought there is a library to include for this?

    any help or re-direction would be appreciated.


    regards,
    Jay

  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: [VB] sending secure http POST

    Can you not use the Inet control to achieve this? I am sure that it is capable of handling https.

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