mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #10124] Feat-Req: httpProxy for websearching #31299
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 @kulukami on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10124
Feature Request
Now websearching is using
requestsraw requests. And it is quite useful if adding httpProxy option.https://github.com/open-webui/open-webui/blob/main/backend/open_webui/retrieval/web/google_pse.py#L46
@ips972 commented on GitHub (Feb 16, 2025):
So many people have been asking for this fix - including me, having to run the setup behind http proxy.
But such a simple fix - and yet not resolved.
Btw: all search engines fail behind http proxy since the engines just give the results urls and there is a common py. That fails the sites scraping.