pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

Authenticacion not supported #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a file called ".access" on the http/requests directory with 
user:password on it
2. Try to access with android-vlc-remote

What is the expected output? What do you see instead?
A user/password dialog should be shown so you can enter the credentials. 
Alternatively, I could have typed user:password@domain:port and the application 
won't ask for the user/password, but instead it will use the ones provided on 
the url.
These won't work as of current version. However, it works great on the browser.

What version of VLC Remote are you using? 0.5.3

What version of VLC are you using? 1.2.0 from git

What version of Android are you using? 1.3.4

Which Android device are you using? Geeksphone Zero

Please provide any additional information below.

Original issue reported on code.google.com by y...@jorgesuarezdelis.name on 11 Aug 2011 at 1:53

GoogleCodeExporter commented 8 years ago
This patch makes it. It's not very clean, but it works. Feel free to use it as 
inspiration (or merge it if you think it's good enough --probably it's not).

Original comment by y...@jorgesuarezdelis.name on 24 Aug 2011 at 11:01

Attachments:

GoogleCodeExporter commented 8 years ago
How are you enabling HTTP auth?  I'm getting the following:

Warning: option --http-user no longer exists.
Warning: option --http-pwd no longer exists.

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 4:58

GoogleCodeExporter commented 8 years ago
To enable HTTP auth, just follow the step 1 described on my post. You must 
create a .access file inside the http/requests directory containing just a 
user:password.

Original comment by y...@jorgesuarezdelis.name on 4 Jan 2012 at 9:04