i am trying to do a get request to my webserver so i can retrieve a file, the file i want to retrieve is called venom.jpg and the webserver i am trying to connect to it on http://82.26.108.68/
my get request so far is :
"GET /venom.jpg HTTP/1.1\r\nHost: 82.26.108.68\r\n\r\n"
However all i get here is a return of
HTTP/1.0 404 Not found
what have i done wrong in my request ?
Thanks