atlantis
atlantis copied to clipboard
Use URLProtocol to capture the HTTP/HTTPS Traffic
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:
- Log out the Request and Response
Acceptance Criteria
- Research and write a POC
We don't use URLProtocol since it requires the user to register our custom Protocol. We should use Swizzle methods