Replies: 4 comments 3 replies
-
nvm --apiauth username:password worked, just found it with Google. Hopefully it will help someone :) |
Beta Was this translation helpful? Give feedback.
-
if it is helpful to someone the request structure on python is requests.post(url=f'{URL}/sdapi/v1/txt2img', json=payload, auth=('user', 'password')) |
Beta Was this translation helpful? Give feedback.
-
hi guys. actually i can use the code --api-auth username:password in webui-user.bat arguments, but when i want to use the set api_key in my flutter app code I cant really figure it out. Do you know the proper format to put the api key user and password as a query in an http call of an A1111 endpoint? |
Beta Was this translation helpful? Give feedback.
-
Found this place while looking up information and was curious why no one wanted to respond to this simple question.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I just installed webui and activated api.
I user parameters like --share --gradio-auth --api, but at localhost/docs it doesnt want API keys or something, anyone can do API requests.
Is possible to add somewhere apikey or something like bearer?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions