wilda17 / ESP8266-Google-Calendar-Arduino

Interaction between an ESP8266 and the Google Calendar.
46 stars 23 forks source link

Transfer-Encoding: chunked not supported #6

Open PaulKC opened 4 years ago

PaulKC commented 4 years ago

Transfer-Encoding: chunked is not supported because WiFiClientSecure does not support it. This leads to weird characters when reading the response.

SensorsIot commented 4 years ago

I had to change to this library: https://github.com/electronicsguy/ESP8266/tree/master/HTTPSRedirect