cyal1
cyal1
I also encountered this problem, m1 macOS Monterey 12.3
> I also encountered this problem, m1 macOS Monterey 12.3
> This probably means that the `SSLPeerUnverifiedException` auto-patcher isn't working right. Can you try commenting out [this section](https://github.com/httptoolkit/frida-android-unpinning/blob/91422adeda7982e32d761e7efe6ac95286eb8254/frida-script.js#L16-L71) and see if it works for you? > > This code is...
> @cyal1 Please add testing case. Hello, I have added the test case.
Using the `initiatingRequest()` may solve your problem ``` def handleResponse(response, annotations): print(response.initiatingRequest()) return response, annotations def handleProxyResponse(response, annotations): print(response.initiatingRequest()) return response, annotations ```