Advanced Network interception using VPN
Last updated
Was this helpful?
Last updated
Was this helpful?
Apps can explicitly mention to ignore device proxy settings due to which even we have our certificate in system store we will not be able to intercept traffic.
Here we can use Android VPN service to intercept traffic of such apps. (more detail )
For this we can use the open source VPN app .
Assure that system certificate is already installed.
Then change DNS setting to System DNS
Then add a HTTP(S) CONNECT proxy (eg:- http://192.168.29.1:8080
)
Finally start the VPN.
HTTP Toolkit also use this same method under the hood.