Skip to content

Conversation

@paulgration
Copy link
Contributor

Adds the missing functionality of being able to send additional custom HTTP headers with WebBrowserComponent requests on Linux as described in the documentation.

See forum post: Juce WebBrowserComponent not sending additional HTTP headers

Example usage:

std::unique_ptr<juce::StringArray> headers = std::make_unique<juce::StringArray> (
    "Hello: World",
    "Foo: Bar"
);

webView->goToURL ("http://localhost:5000", headers.get());

@paulgration paulgration force-pushed the add-linux-webbrowsercomponent-headers branch from b59639d to cccd622 Compare July 23, 2024 23:26
@paulgration paulgration force-pushed the add-linux-webbrowsercomponent-headers branch from cccd622 to 4a1ef6f Compare December 10, 2024 13:19
@paulgration
Copy link
Contributor Author

Can this be reviewed please?

@paulgration
Copy link
Contributor Author

Functionality now provided by d95cb61

@paulgration paulgration closed this Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant