-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic auth #615
Comments
Most clients use basic auth for authentication. Which are you using? |
Traefik for example. |
Btw yes, in Transmission client seems used basic auth, Transdroid is not understood if I turn off the transmission native auth, and turn on it at Traefik side for the app. Actually, what is happening now and why I wrote this question. |
You can still enter your basic auth username and password and it will be passed as credentials to your web server/reverse proxy. That's already working as you want i believe. Unless Traefik uses something custom, I have no experience with it. |
You can set the port number in Advanced Settings. For example 443 for https. |
Yes, I has reconfigure my connection, but as I can see app is can't normal connection establishing, 'coz time to time I got error communication issue, I think it at app side 'coz nzb360 client work fine with my host. |
It's difficult to say without any details really. Perhaps you also need to set a custom 'folder' (path)? |
I agree, nope, the default folder location is used, app working great with native basic auth of Transmission side as I remeber that. |
Hi!
It's possible to implement detection of basic authentication of the host instead of the default app login/pass? For example, when ya turn off app's authentication and turn on basic authentication on reverse proxie for app's host.
Thanks.
The text was updated successfully, but these errors were encountered: