Results 1 to 4 of 4

Thread: Sending HTTPS headers

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    2

    Sending HTTPS headers

    Hi,

    I tried to send some https headers with the Inet component, i can receive headers, but i don't find a function to send them.. (I want to send headers to get a login ticket of MSN protocol)

    Anybody a idea to solve my problem?

    I know i can do it with Winsock, I tried, I think it's far to hard for me :$

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Sending HTTPS headers

    It's hard with Winsock...but you can do a search on www.pscode.com/vb for "Winsock SSL" should show up as "Winsock SSL Client Class" or something like that.

    I'm very experienced in Winsock and I would still use the Inet control for this.

    However, I don't think the Inet control will return HTTP headers, just the data after them.

    By MSN, do you mean the MSN Messenger? I don't think there is HTTPS in the MSN Messenger protocol but then again I haven't written an MSN client in awhile.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    2

    Re: Sending HTTPS headers

    Quote Originally Posted by DigiRev
    It's hard with Winsock...but you can do a search on www.pscode.com/vb for "Winsock SSL" should show up as "Winsock SSL Client Class" or something like that.

    I'm very experienced in Winsock and I would still use the Inet control for this.

    However, I don't think the Inet control will return HTTP headers, just the data after them.

    By MSN, do you mean the MSN Messenger? I don't think there is HTTPS in the MSN Messenger protocol but then again I haven't written an MSN client in awhile.

    Ok thnx

    Yea MSN Messenger, You don't need a https for the normal connection, but it goes with several steps, and at a point, you have to make a new conection, to send your emailadress and password to a server, over a https connection.

    But thank you, I will search

    (Btw, i'm a new member, and i'm going to stay here, I like vrforums.com )

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Sending HTTPS headers

    Ah you're right I remember that. Good luck with your MSN login. There is a lot of documentation on the MSN protocol, like this page for one:

    http://msnpiki.msnfanatic.com/index....col_Version_15

    And more:
    http://www.google.com/search?hl=en&q...15&btnG=Search

    And of course there's always www.pscode.com/vb

    Good luck.

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