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?
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?
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)