Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add onReceivedHttpAuthRequest #72

Merged
merged 9 commits into from Sep 16, 2020
Merged

Add onReceivedHttpAuthRequest #72

merged 9 commits into from Sep 16, 2020

Conversation

hisaichi5518
Copy link
Owner

No description provided.

@@ -79,6 +79,57 @@ extension ShouldOverrideUrlLoadingActionExtension
}
}

class ReceivedHttpAuthRequest {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HttpAuthChallenge ?

mapOf("host" to host, "realm" to realm),
object : MethodChannel.Result {
override fun notImplemented() {
Log.i("NativeWebChromeClient", "onReceivedHttpAuthRequest is notImplemented")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NativeWebViewClient

@hisaichi5518 hisaichi5518 force-pushed the add-basic-auth branch 5 times, most recently from c4f88cf to 27c4a17 Compare September 16, 2020 15:29
@hisaichi5518 hisaichi5518 merged commit a5b9251 into master Sep 16, 2020
@hisaichi5518 hisaichi5518 deleted the add-basic-auth branch September 16, 2020 16:32
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.

None yet

1 participant