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

A friend of mine referred me to this project and said that atlantis had React Native support, I tried this but I don't see this mentioned anywhere?

when using Atlantis with Swift Testing (https://developer.apple.com/documentation/testing/), Testing process exited before atlantis sending out data. The reason is `NetServiceBrowserDelegate.netServiceBrowserDidSearch ` not get called, before process exited.

Docs are incorect, fix: ```diff #import "AppDelegate.h" #import "Atlantis-Swift.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. -...

### Description iOS 18 and iOS 26 have changed some things so that Atlantis can't capture the Request's Body. ![Atlantis can not capture request body](https://github.com/user-attachments/assets/4637d5e0-2620-4fb9-8918-0ff55d216bd6) ### How did it happen?...

bug
Done

Atlantis works really well but it cant capture any url loads from a wkwebview. I can imagine that you could use the wknavigationdelegate to also pass those requests onto proxyman....