Page 1 of 1

HTTP interface password

Posted: 11 Aug 2017 06:48
by x32
I'm trying to update my old HTTP interface scripts to work with the latest version of VLC, version 2.26 Umbrella. As I understand it I am required to use a password now.

All my old commands seem to work fine once logged in. Working example.

Code: Select all

http://127.0.0.1:8080/requests/status.xml?command=pl_pause
Is there a way to log in with a url? Here is a non-working example.

Code: Select all

http://127.0.0.1:8080/?username=&password=mypassword

Re: HTTP interface password

Posted: 11 Aug 2017 14:15
by RĂ©mi Denis-Courmont
The way to pass HTTP credentials depends on the HTTP client.

Re: HTTP interface password

Posted: 11 Aug 2017 16:11
by x32
How would you do it just using Firefox? The commands I've been using for years still work but now it needs to log in every time.
Image