We can see that the network call now produces an Internal Error. This might seem weird but it's actually totally normal. The reason is that Proxyman is putting itself in the middle between our app and the backend that the app is making requests to. The thing is, this is what's also known as a man-in-the-middle attack. Here it's being used in a legitimate way, we're inspecting our own app, but this technique could be used by an adversary in order to hack your app. So it's totally normal that iOS blocks it by default! However, since we want to allow the interception, we're going to click on Install Certificate and follow the procedure: |