The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Android Requests not intercepted

Ashish | Last updated: Dec 28, 2023 10:01AM UTC

Trying to intercept request for one of the APKs built with following versions. minSdkVersion 23 targetSdkVersion 21 compileSdkVersion 24 Network Security config file <?xml version="1.0" encoding="utf-8"?> <network-security-config> <base-config cleartextTrafficPermitted="true"> <trust-anchors> <certificates src="system" /> <certificates src="user" /> </trust-anchors> </base-config> </network-security-config> Android versions tested on Android 12 Android 11 Android 13 Android 9 Burp User certificate installed on device using burp browser web page. issue occurring on this app specifically as other apps can be intercepted as intended. Burpsuite versions : V-2.1.07 and V-10.3.7

Dominyque, PortSwigger Agent | Last updated: Dec 28, 2023 10:25AM UTC

Hi Ashish To clarify, is your HTTP history not being populated with requests as well?

Ashish | Last updated: Dec 28, 2023 01:19PM UTC

yes, Requests doesn't appear in HTTP history section.

Dominyque, PortSwigger Agent | Last updated: Dec 28, 2023 01:36PM UTC