[GH-ISSUE #1714] feat: HTTP Basic Authorization for AUTOMATIC1111 Stable Diffusion web UI #51274

Closed
opened 2026-05-05 12:12:43 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @kmc7468 on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1714

Is your feature request related to a problem? Please describe.
I'm currently running AUTOMATIC1111 Stable Diffusion web UI on a different server with authorization enabled. However, since Open WebUI does not support HTTP Basic Authorization at present, I have temporarily disabled authorization. In this case, unauthorized users may access my server and use my GPU resources. It would be good if authorization were added to Open WebUI as well when sending requests to the Stable Diffusion server.

Describe the solution you'd like
I would like to request that you add support for HTTP Basic Authorization as mentioned above. I appreciate your efforts.

Originally created by @kmc7468 on GitHub (Apr 24, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1714 **Is your feature request related to a problem? Please describe.** I'm currently running AUTOMATIC1111 Stable Diffusion web UI on a different server with authorization enabled. However, since Open WebUI does not support HTTP Basic Authorization at present, I have temporarily disabled authorization. In this case, unauthorized users may access my server and use my GPU resources. It would be good if authorization were added to Open WebUI as well when sending requests to the Stable Diffusion server. **Describe the solution you'd like** I would like to request that you add support for HTTP Basic Authorization as mentioned above. I appreciate your efforts.
Author
Owner

@spammenotinoz commented on GitHub (May 9, 2024):

I have implemented and it works (username:password) defined as system variables, but I have not created a merge as my code change causes the settings screen to bug out. So I need to fix that first.

<!-- gh-comment-id:2101934680 --> @spammenotinoz commented on GitHub (May 9, 2024): I have implemented and it works (username:password) defined as system variables, but I have not created a merge as my code change causes the settings screen to bug out. So I need to fix that first.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#51274