Hi
I was looking , but did not find it....
how to send user and password in http command
http://<espeasyip>/control?cmd=<command>
thanks for support
BR T
(solved)user and password http command
Moderators: grovkillen, Stuntteam, TD-er
(solved)user and password http command
Last edited by riker1 on 15 Sep 2020, 10:26, edited 1 time in total.
Re: user and password http command
What tool do you use for the http command?
Command line tool like Curl, or is it from another ESP?
Command line tool like Curl, or is it from another ESP?
Re: user and password http command
Hi
Use http-request App which ist using curl
http Shortcuts
Thx
Use http-request App which ist using curl
http Shortcuts
Thx
Re: user and password http command
Have you tried something like this?
It is just the "basic authorization". Nothing fancy.
Code: Select all
curl --user username:password http://<espeasyip>/control?cmd=<command>
Re: user and password http command
working thanksTD-er wrote: ↑15 Sep 2020, 09:50 Have you tried something like this?It is just the "basic authorization". Nothing fancy.Code: Select all
curl --user username:password http://<espeasyip>/control?cmd=<command>
Who is online
Users browsing this forum: No registered users and 16 guests