

You’ll add the Pulse framework to this app and learn how to use it to log and subsequently inspect the network traffic the app makes.īefore you start, you need to register for an API key at the TMDB website. In this tutorial, you’ll work on MovieSearch, an app which lets you search and view movies from The Movie Database via its API.

Some good examples of proxy apps are Charles and Proxyman. Proxies sit between your app and the network, intercepting traffic on the way in and out. Usually, network proxies are the tool you use for monitoring network traffic.

In today’s API-driven world, this is true for almost all apps! You’ll come across two types of frameworks to interact with your network APIs while building an app: network proxies and network logger. Logging network requests is crucial when debugging and monitoring apps that rely heavily on remote data.
