HTTP request using VC++
-
I am a Newbie. I want to know how can I send HTTP request, both GET and POST using vc++. What are the libraries needed for that. And how can this be incorporated in a DLL. This is urgent. So please reply faster. Thanks for your prompt reply. :( Nikhil Trivedi Nikhs Software Developer
-
I am a Newbie. I want to know how can I send HTTP request, both GET and POST using vc++. What are the libraries needed for that. And how can this be incorporated in a DLL. This is urgent. So please reply faster. Thanks for your prompt reply. :( Nikhil Trivedi Nikhs Software Developer
Yes Sir, Read MSXML interfaces.... Think about forming requests and getting the response. Deserialize the response and you are done. That is all to it.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
I am a Newbie. I want to know how can I send HTTP request, both GET and POST using vc++. What are the libraries needed for that. And how can this be incorporated in a DLL. This is urgent. So please reply faster. Thanks for your prompt reply. :( Nikhil Trivedi Nikhs Software Developer
Nikhil Trivedi wrote:
I want to know how can I send HTTP request, both GET and POST using vc++
There are many ways.
Nikhil Trivedi wrote:
What are the libraries needed
There are many libraries. Winsock API CAsyncSocket, CSocket MFC Classes WinInet library CInternetSession and MFC WinInet Classes WinHttp library Good luck
led mike
-
Nikhil Trivedi wrote:
I want to know how can I send HTTP request, both GET and POST using vc++
There are many ways.
Nikhil Trivedi wrote:
What are the libraries needed
There are many libraries. Winsock API CAsyncSocket, CSocket MFC Classes WinInet library CInternetSession and MFC WinInet Classes WinHttp library Good luck
led mike
Nikhil Trivedi wrote:
So please reply faster
You need too reply Faster! ;P
"If you can dodge a wrench, you can dodge a ball."
-
Nikhil Trivedi wrote:
So please reply faster
You need too reply Faster! ;P
"If you can dodge a wrench, you can dodge a ball."
-
I am a Newbie. I want to know how can I send HTTP request, both GET and POST using vc++. What are the libraries needed for that. And how can this be incorporated in a DLL. This is urgent. So please reply faster. Thanks for your prompt reply. :( Nikhil Trivedi Nikhs Software Developer
Nikhil Trivedi wrote:
I am a Newbie. I want to know how can I send HTTP request, both GET and POST using vc++. What are the libraries needed for that. And how can this be incorporated in a DLL.
http://www.codeproject.com/internet/amhttputils.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you
-
led mike wrote:
I type very fast!
ohh i am late in replying :(
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you