You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my linxserver behind a nginx reverse proxy with basic auth. It would be nice to be able to have my url for upload be: https://username:[email protected]
Currently it fails, from what I assume to it not handling the auth correctly.
I have my linxserver behind a nginx reverse proxy with basic auth. It would be nice to be able to have my url for upload be: https://username:[email protected]
Currently it fails, from what I assume to it not handling the auth correctly.
Looks like an implementation might be something like https://stackoverflow.com/questions/52392380/how-do-i-make-a-login-with-basic-auth-in-kotlin-with-a-get-requet-api ?
The text was updated successfully, but these errors were encountered: