Skip to content

Feature: Support custom HTTP headers for server connections in Desktop app #138

@gander

Description

@gander

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions