mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #20652] [MERGED] fix: correct authorization header format for Docling #41350
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20652
Author: @kaileywong
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
122d6f7fix: use proper X-Api-Key header format when docling api key provided📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/open_webui/retrieval/loaders/main.py(+1 -1)📄 Description
Changelog Entry
Description
X-Api-KeyWITHOUT theBearerprefix. These changes allow #16841 to work properly.See https://github.com/docling-project/docling-serve/blob/main/docs/configuration.md
Fixed
Bearerprefix for the previously incorrectAuthorizationheader typeContributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.