Page 1 of 1
Password for https only
Posted: January 15th, 2011, 5:25 am
by Duumke
I wanted to know if it's possible to only require a password on the https and not on http.
This will allow me to open up the https port to the internet (securely) and don't need to set a password on the internal side (http).
I hope this is possible.
Re: Password for https only
Posted: January 15th, 2011, 2:26 pm
by shypike
No, it's not possible.
However, you can let most web browsers save the password.
In some later release we'll implement persistent logins through cookies.
Re: Password for https only
Posted: January 15th, 2011, 2:31 pm
by Duumke
Thanx for the fast reply.
shypike wrote:
However, you can let most web browsers save the password.
[/qoute]
Using Chrome that isn't an option (at least not for as far as I've seen).
shypike wrote:
In some later release we'll implement persistent logins through cookies.
This sounds like a great way to work around it.
Re: Password for https only
Posted: January 15th, 2011, 3:12 pm
by Duumke
pair of dimes wrote:
Duumke save your bookmark like
http://USER:PASS@localhost:8080
Using a web browser extension like nzbdstatus or sabconnect++ should also auto-login
Thanx !!!
This works great.
Re: Password for https only
Posted: January 15th, 2011, 5:26 pm
by Eejit
Re: Password for https only
Posted: January 15th, 2011, 6:19 pm
by Duumke
IE8 allows saving of passwords in the prompt for passwords window, so you should work with that I guess.
Chrome doesn't allow that.