How to programmatically monitor all incoming and outgoing requests that my app is making using URLSession
?
The goal is to see data like URL, headers and body of those requests.
How to programmatically monitor all incoming and outgoing requests that my app is making using URLSession
?
The goal is to see data like URL, headers and body of those requests.