Loging in with http.
Posted: 14 Feb 2019 21:54
When you send the first command to vlc through the http interface you are asked to log in like in the attached pic. It seems to only ask for a log in for the first command of each session.
Is it possible to send the loging information in the url? Either for an initial log in or add the information to every command? I have tried a few different ways with no luck.
This one is something close to how I used to access my old email account but I can't make it work with vlc.
Any ideas??? Thanks
Code: Select all
http://127.0.0.1:8080/requests/status.xml?command=pl_pause
Is it possible to send the loging information in the url? Either for an initial log in or add the information to every command? I have tried a few different ways with no luck.
Code: Select all
http://127.0.0.1:8080/user=_password=1234/requests/status.xml?command=pl_pause
Any ideas??? Thanks