dotnet/maui

Add a property on WebView to set additional headers

Open

#7.920 geöffnet am 10. Juni 2022

Auf GitHub ansehen
 (18 Kommentare) (14 Reaktionen) (0 zugewiesene Personen)C# (1.951 Forks)batch import
area-controls-webviewgood first issueproposal/opent/enhancement ☀️

Repository-Metriken

Stars
 (23.245 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 47T 9h) (248 gemergte PRs in 30 T)

Beschreibung

Description

On the platform specific WebView you can launch the browser view with some additional headers set (for example for authentication). Maui WebView doesn't have this capability at the moment and you must override handlers mapping for each platform

Public API Changes

<WebView Source={Binding Url} Headers={Binding Headers} />

Intended Use-Case

Simplify webview automatic authentication

Contributor Guide