ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By joefly888
#16027 Hello, I finally got my ESP8266 working to turn off/on led with onboard GPIO using LUA example

I was thinking of doing this for home automation. But the example is using Http url which is not very secure. Surely do not want people randomly turning on and off my lights and unlocking my garage door.

So is there a more secure way to do this using LUA, ie. using HTTPS requests, so I can at least hide the format that I am sending the requests??

Thanks