I have a microcontroller (ESP8266). It can make http calls, but not https. I would like to log the data into a google spreadsheet. To do that, I create a script in google so that I can send data like this:
curl -L https://script.google.com/macros/s/<my_script_id>/exec?temperature=13
Is there...