Is it possible to password protect the SPWF04S http-server?
Hi,
I have an Arduino, which sends measured values to a SPWF04S module. I'm using the built-in http-server to remotely read these values.
Because it is connected to the (semi-)public university wifi network, I was wondering if it was possible to somehow password protect the http server.
I searched the manuals, but I cannot find a built-in option to password protect the http server.
I could of course use javascript or micropython to check for a password, but that works for only one file and the source code is clearly visible. Is there an option I'm overlooking?
#http #spwf04s #password