ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.27k stars 95 forks source link

Use URLProtocol to capture the HTTP/HTTPS Traffic #2

Open NghiaTranUIT opened 4 years ago

NghiaTranUIT commented 4 years ago

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

NghiaTranUIT commented 4 years ago

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