atlantis
atlantis copied to clipboard
Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
Hello, first of all, thanks to proxyman, it's super easy to debug network traffic. I'm trying to integrate Atlantis in my objective-C `AppDelegate.m`. but the Xcode build fails with the...
title says it all; there's no reason you have to make it work, but you're going to have to sooner than later. We compile with 'warnings as errors' on -...
The Atlantis library has been really useful because I couldn't get a working setup with just the Proxyman macOS app due to VPN issues (though have just managed to hopefully...
### Description As we've already supported Cocoapod and Swift Package Manager, we should also support Carthage 👍
There is no problem when we connect over proxy with Proxyman but when I inspects requests with Atlantis, I can see multiple requests problem.
Avoid memory consuming in app when download large file that causing crash app
We should write all of the `YourClientInterceptorFactoryProtocol` protocol defined methods for gRPC like this. ``` public class AtlantisInterceptorFactory: MyClientInterceptorFactoryProtocol { public func makeAInterceptors() -> [ClientInterceptor] { [AtlantisInterceptor()] } public func...
iOS: This crash is gone without starting Atlantis. 
Hi, I'm currently implementing a gRPC Interceptor to track all the traffic via atlantis. It's working fine currently, but for streaming it would be awesome to have some API to...