Results 1 to 2 of 2

Thread: C++ HttpRequest

  1. #1
    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Exclamation C++ HttpRequest

    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?

  2. #2
    Join Date
    Dec 2007
    Location
    Somewhere in Idaho
    Posts
    480
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •