Inconsistent HTTP Connnection

The others were not mine.

I can't beleve this code is yours! It doesn't contain the magic pixie dust (below) that makes all things work! :slight_smile: I notice the code does have a fat 2000ms delay that has been used in older code.

void setup()
{
   Serial.begin(9600);

   // disable the SD SPI interface
   pinMode(4,OUTPUT);
   digitalWrite(4,HIGH);

   // rest of your setup
}