You are getting close! You have tried all but the correct combination.
client.println("GET /test.php HTTP/1.0");
client.println("Host: venard.hostzi.com\r\n");
edit: I moved the double quote. I did not notice that until I checked it.
You are getting close! You have tried all but the correct combination.
client.println("GET /test.php HTTP/1.0");
client.println("Host: venard.hostzi.com\r\n");
edit: I moved the double quote. I did not notice that until I checked it.