android-network-security-config Questions

1

My app has free and paid flavours. Right now we are adding tests the to paid flavour that run in a mock server, we need to communicate with it in cleartext so are trying to add a network security c...
Upkeep asked 15/6, 2020 at 10:24

2

I have setup following to test the Flutter's network security based on the Android document in order to implement Certificate Pinning: Note that I specified the domain-config for api.somesite.com....
Gobo asked 4/6, 2020 at 3:24

11

Solved

From Android 9 Pie now, requests without encryption will never work. And by default, the System will expect you to use TLS by default.You can read this feature here So if you only make requests via...

1

Solved

I creating a application which display a specific site to the user and I'm using web view to acoomplish that task. When I try to load that specific site web view shows nothing and log cat says, E/...
Shakhty asked 14/7, 2020 at 7:57

1

Solved

in app i use native network security config for public key pinning. using frida toolkit our security team can bypass pinning. the question is simple: there is any way to protect against that or n...

1

I'm integrating PayUMoney with my app. For Android versions above 9 cleartextTrafficPermitted="false" by default. So I get the following error: The webpage at http://180.179.174.15:3000/...
Afloat asked 17/11, 2019 at 6:37

0

To make http-API calls on localhost in Android I needed to add a network-security-config to define my local IP address. Of course, the local IP address is different for each developer, so I put thi...

1

Solved

I'm trying to follow the Android documentation for using custom certs here. The desired network config file is: <?xml version="1.0" encoding="utf-8"?> <network-security-config> <ba...
1

© 2022 - 2024 — McMap. All rights reserved.