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

iPhone checks fingerprint from last URL in inappbrowser instead of given URL #46

Open
enayetn opened this issue Nov 1, 2017 · 0 comments

Comments

@enayetn
Copy link

enayetn commented Nov 1, 2017

Hello,

I am seeing a strange issue on iPhone only, where iPad works as expected.

I utilize the inAppBrowser to enable external authentication through a server I do not check the fingerprint of. If the browser is closed before external login is completed, the subsequent SSL check in my app using the plugin utilizes the fingerprint returned from the last URL in the inAppBrowser instead of the URL I provided to it.

I have verified this by logging the URL I send into the plugin method (window.plugins.sslCertificateChecker.check) and also logged the fingerprint the plugin checks in SSLCertificateChecker.m

I do not see any open issues with interactions between the inappbrowser and this plugin, can you provide some clarity about my scenario?

Thanks,

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

No branches or pull requests

1 participant