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 : : 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.
Comments
:
: 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 ...