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

Based on https://github.com/ProxymanApp/atlantis/issues/28#issuecomment-840056741: Right now, Atlantis only sends a message to Proxyman when a requests finishes (success or failure). But, since `TrafficPackage` have an ID ([here](https://github.com/ProxymanApp/atlantis/blob/main/Sources/Packages.swift#L55)), nothing should stop us...

Hi, i do not want to log traffic or intercept traffic. i want to use it to develop a website which can block websites like porn, betting sites. For example:...

Hey! Got a bit of a feature request here 🤓 How would you feel about swizzling [this](https://developer.apple.com/documentation/foundation/urlsessiontaskdelegate/1643148-urlsession) request: `urlSession(_:task:didFinishCollecting:)` This is a really interesting delegate call because it gives you...

enhancement

Hey there 👋 Weird 'bug' (is it a bug? maybe not...) that lost me a good hour this evening 😅 If you have a DispatchGroup and are using the sync...

If proxyman is open by app startup , simulator keeps getting 999 error. FYI: if before opening proxyman , you run application, the problem will be solved and in first...

Hey @NghiaTranUIT 👋 First off just wanted to say I love Proxyman - I use it personally and it's a breath of fresh air from what feels like an ancient...

Done

### Acceptance Criteria - Able to capture all Upload Requests with body data - Work fine with URLSessionUploadTask - Work with Alamofire upload data or multiple-part

enhancement
Done

I have incorporated Atlantis into my iOS app and it works fine running on the iPad simulator. My app supports macOS via Catalyst, but when I build and run my...

bug
enhancement
Done

I've got a project that includes Chromecast which already has bonjour services in Info.plist. Atlantis was only checking the the first item in the list so failing to start. I...

Done

Atlantis is developed as a support component of Proxyman and Proxyman is a great tool to inspect and play with requests and responses. But sometimes it would be more convenient...

enhancement