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
Describe the bug
I have added the wrong public key in network_security_config file, still the API request is working fine.
I am using Volley for network request.
Describe the bug
I have added the wrong public key in network_security_config file, still the API request is working fine.
I am using Volley for network request.
`
HurlStack sslHurlStack = new HurlStack() {
@OverRide
protected HttpURLConnection createConnection(URL url) throws IOException {
Expected behavior
The API request should fail when the Public key added in network_security_config is incorrect
App details:
The text was updated successfully, but these errors were encountered: