atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

Use URLProtocol to capture the HTTP/HTTPS Traffic

Open NghiaTranUIT opened this issue 5 years ago • 1 comments

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

NghiaTranUIT avatar Oct 22 '20 09:10 NghiaTranUIT

We don't use URLProtocol since it requires the user to register our custom Protocol. We should use Swizzle methods

NghiaTranUIT avatar Oct 24 '20 09:10 NghiaTranUIT