Our app has lot of html content loaded in WKWebview. Html is rich with images, twitter and instagram content. Instead of all requests getting triggered at same time, we want to manage the number of concurrent requests at a time based on type of network.
Is it possible to capture these network requests.