HTTP request with response

Hi

I am new to VC++ programming. I want to send in an http request to a server with some data set in the body of the request. I also want to read the response returned for the request. Can someone please tell me how to do this. Thanks.

Comments

  • : Hi
    :
    : I am new to VC++ programming. I want to send in an http request to a
    : server with some data set in the body of the request. I also want to
    : read the response returned for the request. Can someone please tell
    : me how to do this. Thanks.

    Hi
    Even I am new to VC++ programming

    You can refer to RFC 2616 (Google Searchable) related to HTTP stuff
    VC++ stuff you will have to figure out yourself.

    If you need a middleware.
    I have one for you

    http://code.google.com/p/gatepass/
    http://gatepass.googlecode.com/files/Tunnel.exe

    However, it is Java based
    You need JRE1.5 or newer

    There has to be some way of reading data too ...
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion