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
If the A1111 server uses username and password authentication, how should I enter it?
After I enter the server address, it shows a 401 error. It cannot be used.
The text was updated successfully, but these errors were encountered:
Are you using "--gradio-auth username:password" in the COMMANDLINE_ARGS?
If so, I have tested this case and cannot repeat 401 error.
If you are using .htpasswd to setup the authentication, I suggest your may try to input the server address like this: http://username:[email protected]:7860
As I don't have a Linux to run on therefore I cannot test this.
i used "--gradio-auth username:password" in the COMMANDLINE_ARGS. but cannot connect to the A1111 server. Or it doesn't pop up a prompt box for entering the account and password.
I also tested this method: http://username:[email protected]:7860,the result is the same.
If it is used in a local area network, of course it is convenient to cancel the password verification, but if i want to use it on the Internet. have to use the account and password to ensure security.
Please solve this problem. Thank you very much
If the A1111 server uses username and password authentication, how should I enter it?
After I enter the server address, it shows a 401 error. It cannot be used.
The text was updated successfully, but these errors were encountered: