PDA

View Full Version : C++ HttpRequest



Ethien
04-11-2009, 12:21 AM
I have a network Written in LSL and PHP and I'd like to implement C++ into it.
Is there a simple way to send HttpRequest in C++ or even receiving them?

boberman
04-12-2009, 02:52 PM
No, there isn't. Look into WinSock (for windows) or just Sockets for Unix. HTTP request require that a HTTP specific header be sent to the site.