How to simulate environment for testing whether SSL pinning is working fine in an Android application?
I am using https://github.com/wymsee/cordova-HTTP Cordova plugin to implement SSL pinning in an Android application.
I dont know how to simulate the environment for testing if its working fine.
The infosec team in my firm is telling me that if the co...