fluttercommunity / fluttercommunity/flutter_webview_plugin

HTTP Basic Auth is ignored

未关闭
#652 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
1.5k
派生
938
PR 合并指标
30 天内没有已合并 PR

描述

## System info

Issue occurs on: both
Plugin version: 0.3.10+1
Flutter doctor output:

```
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.15.2 19C57, locale
en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.5)
[✓] IntelliJ IDEA Community Edition (version 2019.2.3)
[✓] VS Code (version 1.39.1)
[✓] Connected device (1 available)

• No issues found!
```

## Steps to Reproduce
Point the webview at a url or hit a link to a url in a webview that requires the [HTTP authentication using the Basic schema](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication). It will not prompt for login and will just be unauthorized

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先,使用需要 HTTP Basic 身份验证的 URL 在 Android 和 iOS 上分别复现该问题,然后检查插件原生 WebView 的身份验证处理。完成的标准是 webview 提示输入凭据,并成功加载受保护的 URL,而不是返回 unauthorized。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
authentication, mobile
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。