atlantis
atlantis copied to clipboard
Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
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.  ### How did it happen?...
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....