atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.

Results 75 atlantis issues
Sort by recently updated
recently updated
newest added

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...

bug

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 -...

bug
Done

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 👍

Done

There is no problem when we connect over proxy with Proxyman but when I inspects requests with Atlantis, I can see multiple requests problem.

bug

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. ![Screen Shot 2021-09-21 at 4 00 50 PM](https://user-images.githubusercontent.com/83689709/134258645-93cf905a-71ab-42d3-bccf-d83f336646f3.png)

bug

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...

enhancement
Done