mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #12379] issue: API key not sent to tool server #16575
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NN708 on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12379
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Vanilla OS 2
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When making requests to external tool servers, the request should be successfully authenticated.
Actual Behavior
The configured API key is not being included in the request headers, leading to a 401 Unauthorized error.
Steps to Reproduce
mcpowith--api-key MY_API_KEY.MY_API_KEYto the tools settings in Open WebUI.Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 3, 2025):
Addressed with
2277566ce1, 0.6.1 will be released soon.@NN708 commented on GitHub (Apr 3, 2025):
Thanks for the quick fix!
@phamkhactu commented on GitHub (Apr 22, 2025):
Hi @tjbck, @NN708
I have the same problem with v0.6.5