dotnet/maui

Add a property on WebView to set additional headers

Open

#7.920 aberto em 10 de jun. de 2022

Ver no GitHub
 (18 comments) (14 reactions) (0 assignees)C# (1.951 forks)batch import
area-controls-webviewgood first issueproposal/opent/enhancement ☀️

Métricas do repositório

Stars
 (23.245 stars)
Métricas de merge de PR
 (Mesclagem média 47d 9h) (248 fundiu PRs em 30d)

Description

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

Guia do colaborador