-->
Page 1 of 1

asyncHttps request with esp01?

PostPosted: Tue Mar 30, 2021 6:03 pm
by Askhento
HI!
I have a setup with esp01 a sensor and google sheet document to log illumination data in my home. As far as I know google sheets api require HTTPS, so I used WiFiClientSecure and fingerprint to make things work. But I found that it is blocking my measurements, and as a result it ruins the idea of the project(((
So I decided to make it work in async fashion, and I've found asyncHttpRequest library. And as you probably know from name it works only with HTTP.
So my question is it even possible or should I choose another path? If so, then what is the best option to log my data?