Reputation: 1
Is there a way to log all HTTP(S) traffic between the xamarin Test Flight emulator and the Internet (browser)? We need a way to inspect all HTTP(S) traffic with incoming data so that we can see all of the "redirects" after clicking a mobile advertisement. For example, if you click a banner ad for a mobile app, there are typically many "redirects" before taking the user to the app store, each one being an affiliate ad network or attribution software; we need to be be able to copy and paste all of those requests. This is very important to us.
Upvotes: 0
Views: 797
Reputation: 3621
Use Fiddler Everywhere, download link https://www.telerik.com/download/fiddler-everywhere
For Capturing Android Traffic
For more detail click here
For Capturing iOS Traffic
For more detail, click here
Happy Sniffing!
Upvotes: 0
Reputation: 667
There are a lot of tools available for this. Below are the 2 such tools which are my favorite(I'm a Windows User):
As all the requests are sent through your machine only, install these tools and start recording the data. They come with awesome filters to filter out the data to the particular server too.
Upvotes: 0