Problem Description
The app does not currently support configuring custom HTTP headers for server connections. This feature is available in the Android app, where custom headers can be set per connection.
Without this capability, users who host their Open WebUI instance behind a firewall or reverse proxy that requires authentication via custom headers (e.g., X-Auth-Token, Authorization, CF-Access-Client-Id) cannot connect from the Desktop app.
Expected Behavior
Users should be able to define custom HTTP headers per server connection in the Desktop app's connection settings UI. These headers should be included in every request sent to the configured server - matching the behavior already available in the Android app.
Actual Behavior
The connection settings in the Desktop app only allow configuring the server URL. There is no option to add custom headers. As a result, instances protected by header-based authentication or firewall rules are unreachable.
Additional Information
- Version: 0.0.9
- OS: Ubuntu 24
Problem Description
The app does not currently support configuring custom HTTP headers for server connections. This feature is available in the Android app, where custom headers can be set per connection.
Without this capability, users who host their Open WebUI instance behind a firewall or reverse proxy that requires authentication via custom headers (e.g.,
X-Auth-Token,Authorization,CF-Access-Client-Id) cannot connect from the Desktop app.Expected Behavior
Users should be able to define custom HTTP headers per server connection in the Desktop app's connection settings UI. These headers should be included in every request sent to the configured server - matching the behavior already available in the Android app.
Actual Behavior
The connection settings in the Desktop app only allow configuring the server URL. There is no option to add custom headers. As a result, instances protected by header-based authentication or firewall rules are unreachable.
Additional Information