Question by
aceakle · Jan 11 at 10:52 PM ·
networkingmobile deviceswebrequestbug report
Monitor network calls on mobile device
I'm trying to find a way to monitor network calls on a mobile device that are made from Unity. I would like to capture the headers, query params, and the response body for all network calls made using c# or using the UnityWebRequest.
Does anyone have any suggestion on how I can monitor network calls from c#?
Comment