MK1888 wrote:A missing "\r\n" after the "HTTP/1.1"?
Yes and another missing \r\n at the end (assuming the println function actually sends \r\n and not just \r or \n).
The GET request needs to end with 2 \r\n, otherwise the server won't do anything, as in your case.