Open NghiaTranUIT opened 4 years ago
There is an easy solution to capture HTTP/HTTPS Traffic from the iOS app is using URLProtocol
Example: https://www.avanderlee.com/swift/printing-data-requests/
It's possible:
We don't use URLProtocol since it requires the user to register our custom Protocol. We should use Swizzle methods
Description
There is an easy solution to capture HTTP/HTTPS Traffic from the iOS app is using URLProtocol
Example: https://www.avanderlee.com/swift/printing-data-requests/
It's possible:
Acceptance Criteria