I'd guess that at least you have one problem here:
This:
client.print(" HTTP/1.1");
should be :
client.println(" HTTP/1.1");
I'd guess that at least you have one problem here:
This:
client.print(" HTTP/1.1");
should be :
client.println(" HTTP/1.1");