|
-
Nov 1st, 2006, 09:45 AM
#1
New Member
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.
-
Mar 11th, 2007, 03:11 AM
#2
New Member
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
-
Mar 11th, 2007, 07:03 AM
#3
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|