Results 1 to 40 of 87

Thread: Winsock: Making HTTP POST/GET Requests

Hybrid View

  1. #1
    New Member
    Join Date
    Nov 2006
    Posts
    9

    Re: Winsock: Making HTTP POST/GET Requests

    HTTPS means HyperText Transfer Protocol Secure.
    That is HTTP encrypted with SSL.
    Due to my little knowledge i suggest you to read the Wikipedia article about HTTPS.
    There you will probably find a link to the RFC or other ressources which may help you.

    GERMAN: (with a graphic)
    http://de.wikipedia.org/wiki/HTTPS

    ENGLISH: (without any graphic)
    http://en.wikipedia.org/wiki/HTTPS
    Last edited by DrGonzo; Nov 1st, 2006 at 09:51 AM.

  2. #2

    Re: Winsock: Making HTTP POST/GET Requests

    Dear sir,
    I was trying to post this form

    https://login.yahoo.com/config/login?
    to automatically login into the yahoo account using this project, but it gave
    Invalid protocol schema error.
    Can you please help me out with this.
    Regards
    Sumit Ghosh
    Chief Software Architect
    Globussoft
    www.globussoft.net

  3. #3
    New Member
    Join Date
    Nov 2006
    Posts
    9

    Re: Winsock: Making HTTP POST/GET Requests

    I think because you want to access a site using HTTPS (HTTP encrypted by SSL) your program must have also implemented SSL to encrypt your HTML-data and for further communication between the client and the server.


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