fluttercommunity / fluttercommunity/flutter_webview_plugin
Possible to capture response headers when page finishes loading?
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I would like to get the headers of the http response we get back. It seems that we can the the url, cookies, user agent (by evaluating javascript), and the html string (again, by evaluating javascript), but we don't even get access to the response object itself, which makes getting headers impossible. Is there a way to do it, or plan to support it in the future? I believe in native webviews we can access the headers.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by reviewing the plugin's native WebView integration and how page-finished events are exposed to Flutter. Determine whether response headers can be obtained from the native WebView APIs, and define completion as making those headers available to the Flutter side when a page finishes loading.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- flutter, java
- Domaine
- mobile
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 20/100