Search:

Type: Posts; User: aosmith

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    45,149

    MrAmazing and Vart - Thanks for the responses. ...

    MrAmazing and Vart - Thanks for the responses.

    I caught the sprintf while debugging:


    sprintf(request, "GET %s HTTP/1.0\r\nHOST:%s \r\n", &(*argv[1]) + (tok - &(*argv[1])), host);

    That...
  2. Replies
    4
    Views
    45,149

    HTTP GET request

    From my knowledge of HTTP sending a get request via HTTP with c (I'm only worried about get) should just be sending a packet containing something like GET <filename> HTTP/1.0 ... I've been trying to...
Results 1 to 2 of 2