You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to see the all the requests from an android application using SSL Unpinning. Every request works fine until the app does an email verification opening a webview page. When this occurs, the requests simply does not work and keeps retrying.
But when i deactivate the ssl unpinning for the application and relaunch the app. The webview requests works perfectly. But i'm unable to intercept the other requests that have ssl pinning.
I've tried SSL Unpinning Xposed module alone (not with inspeckage) and the behavior is the same.
Any ideas?
I'm using a Samsung Galaxy S6 to make the tests.
The text was updated successfully, but these errors were encountered:
I'm trying to see the all the requests from an android application using SSL Unpinning. Every request works fine until the app does an email verification opening a webview page. When this occurs, the requests simply does not work and keeps retrying.
But when i deactivate the ssl unpinning for the application and relaunch the app. The webview requests works perfectly. But i'm unable to intercept the other requests that have ssl pinning.
I've tried SSL Unpinning Xposed module alone (not with inspeckage) and the behavior is the same.
Any ideas?
I'm using a Samsung Galaxy S6 to make the tests.
The text was updated successfully, but these errors were encountered: