Page 1 of 1

Quest Acsess

PostPosted: Tue Oct 23, 2012 2:51 am
by naguchennai
This is Good Layout. How can i add Guest Access? How can i replace subsonic main page?

Any way to save Cookies in js script?

login.view?user=guest&password=guest Not work it redirect to subsonic page cookies not saved

Re: Quest Acsess

PostPosted: Tue Nov 27, 2012 3:25 am
by tsquillario
This is possible:

https://music.domain.com:8443/MiniSub?u ... 3/subsonic

u=(username)
p=(this is enc: + the password hash, I would enter your regular password in MiniSub then use Firebug or Chrome Developer Tools to see the Network requests and get the encrypted password from the API request sent to the server)
s=(this is the server URL to your Subsonic server)

This will auto-fill the parameters and save them.