Skip to main content

One post tagged with "HTTPs"

View All Tags

Intercepting HTTPs traffic from Android emulator

· 2 min read
Frank Chen
Backend & Applied ML Engineer

Capturing HTTPS traffic from an Android device can be a crucial aspect of testing and debugging applications. Additionally, gaining insight into decrypted HTTPS messages can offer valuable information for troubleshooting or security analysis, albeit with ethical considerations in mind. Here, we explore two methods to achieve this: via an HTTPs proxy or a VPN.