Hi All
I have been posting to emoncms.org via HTTP going just fine. Using the Arduino IDE to directly program an ESP8266 and also via an Arduino board and ESP8266 via serial AT commands.
Is it possible to post data via HTTPS? I haven't been able to find any examples, only that these micro controllers probably can't handle HTTPS (but that might only be hosting via HTTPS themselves)
Any help appreciated
Thanks
Re: Posting to emoncms.org via HTTPS?
Yes, Emoncms now supports https. Recomend you use https instead of http for secure connection to Emoncms.org
Re: Posting to emoncms.org via HTTPS?
Thanks for your reply and sorry for the delay.
Does anyone please have any Arduino IDE examples for posting to Emoncms.org via HTTPS? I haven't been able to find any.