Search found 5 matches

by ili
06 Dec 2021, 10:29
Forum: ESP Easy: Software
Topic: HTTP protocol security
Replies: 8
Views: 6291

Re: HTTP protocol security

Ath wrote: 06 Dec 2021, 09:51 There is already a Github issue for that, over here
You could add a comment to push attention up a little.
Thanks, done! :)
by ili
06 Dec 2021, 09:40
Forum: ESP Easy: Software
Topic: HTTP protocol security
Replies: 8
Views: 6291

Re: HTTP protocol security

TD-er wrote: 02 Dec 2021, 10:27 You can also add an IP-filter on the "Config" tab.
Yep, IP/MAC/etc filter is not my case :(
by ili
06 Dec 2021, 09:39
Forum: ESP Easy: Software
Topic: HTTP protocol security
Replies: 8
Views: 6291

Re: HTTP protocol security

You can set an admin password on the unit, that will limit access to parts of the UI, but you can't lock it completely. AFAIK, you can use basic authentication to get access to passworded sections, but I do not use that myself, currently, so I'm not up to speed on that part. This is something that ...
by ili
02 Dec 2021, 07:02
Forum: ESP Easy: Software
Topic: HTTP protocol security
Replies: 8
Views: 6291

Re: HTTP protocol security

Ath wrote: 01 Dec 2021, 16:00 Please do not use that old documentation, the current documentation can be found here: https://espeasy.readthedocs.io/en/latest/
Thanks, but the same, i do see some examples, but can't find how to secure call to http://<espeasyip>/control?cmd=<command> :((
by ili
01 Dec 2021, 15:54
Forum: ESP Easy: Software
Topic: HTTP protocol security
Replies: 8
Views: 6291

HTTP protocol security

Hello, sorry for newbie question, but I am the newbie. And I've failed to find the answer for obvious question: How can I secure HTTP command protocol I do mean everybody can send http://<espeasyip>/control?cmd=<command> and there are should be a possibility to use password to protect requests, but ...