How can I authorize using API? #13993
-
Hi, I'm running my SD Web UI with |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Alright, Thanks to GPT, It's Authorization -> Basic YWRtaW46MTIzNDU= as header, This is not secure at all tho on localhost :D |
Beta Was this translation helpful? Give feedback.
-
This seems to be the answer: https://stackoverflow.com/a/50244616/271932 Base64 encode |
Beta Was this translation helpful? Give feedback.
-
It's okey, a friend of mine sorted it out for me. :)
Thank you though.
…On Wed, Feb 19, 2025, 03:05 Mattias Magnusson ***@***.***> wrote:
Yepp, but now i can't remember how i solved it tho ^^
—
Reply to this email directly, view it on GitHub
<#13993 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLACGYCYUMD7TECUUSH336T2QM43VAVCNFSM6AAAAABXGDSG4SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRTG42DENQ>
.
You are receiving this because you commented.Message ID:
<AUTOMATIC1111/stable-diffusion-webui/repo-discussions/13993/comments/12237426
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
本地Stable diffusion的API该如何获取, "username:password" |
Beta Was this translation helpful? Give feedback.
Alright, Thanks to GPT, It's Authorization -> Basic YWRtaW46MTIzNDU= as header, This is not secure at all tho on localhost :D