Search:

Type: Posts; User: Overtaker

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    22,199

    well i still cant seem to get around it at all...

    well i still cant seem to get around it at all
    the server im sending the POST request is Apache
    I read somewhere that the Server will wait if I actually just send up to Content-Length: 10\r\n\r\n...
  2. Replies
    10
    Views
    22,199

    Hi thanks for the replies I tried ...

    Hi
    thanks for the replies

    I tried

    fprintf(http->file, "POST /index.php HTTP/1.1\r\n");
    fprintf(http->file, "Host: www.yourhost.com\r\n");
    fprintf(http->file, "Content-Type:...
  3. Replies
    10
    Views
    22,199

    sorry I don't get it, what is cr-lf ? is it...

    sorry I don't get it, what is cr-lf ?
    is it supposed to be like this ?


    fprintf(http->file, "Content-Length: 10\r\n");
    fprintf(http->file, "name=kkkkk\r\n\n");
  4. Replies
    10
    Views
    22,199

    sending HTTP POST data with Socket

    Hi Im trying to send a HTTP POST Request data content to a server using C socket
    Everything seemed to work fine except this part



    http->file is file pointer to an open socket



    the page...
Results 1 to 4 of 4