Uno+WiFi Shield: sometimes not able to read returned HTTP data from client

SurferTim:

Touche sir. That works.

That is what I like to hear! :slight_smile:

Thank you so much for your continued help.
If its alright, id like to ask you a question about the while(client.connected) line. So now there is a significant delay between the get request being issued and the response being read. This device that I am working on is going to have to make a GET request every couple seconds. Is there a way to cut that delay down? Would it help to build the entire GET request as a string before sending it to the client?