[GH-ISSUE #2] Use URLProtocol to capture the HTTP/HTTPS Traffic #2

Open
opened 2026-03-03 19:10:51 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 22, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/2

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
Originally created by @NghiaTranUIT on GitHub (Oct 22, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/2 ### Description There is an easy solution to capture HTTP/HTTPS Traffic from the iOS app is using [URLProtocol](https://developer.apple.com/documentation/foundation/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
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 24, 2020):

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

<!-- gh-comment-id:715886454 --> @NghiaTranUIT commented on GitHub (Oct 24, 2020): We don't use URLProtocol since it requires the user to register our custom Protocol. We should use Swizzle methods
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#2
No description provided.