-
Hi, I have a problems with atlantis when run it in the app that use URLProtocol. Because the app is blackbox so I can't show the code, but I can reproduce it with my guess code
``` swift
import Swif…
-
### Platform
iOS
### Environment
Develop, TestFlight
### Installed
Swift Package Manager
### Version
8.30.0
### Xcode Version
15.2
### Did it work on previous versions?
_No response_
### S…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15284 |
|Radar | None |
|Original Reporter | colincornaby…
-
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 finally resolve that by us…
-
See for example [c486dade](http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c486dade95ba529151391a7879538c9d4787752b)
One fix is to copy the definitions of URLContext and URLProtocol straigh…
-
```swift
URLProtocol.wk_register(scheme: "https")
URLProtocol.wk_register(scheme: "http")
URLProtocol.registerClass(WebPURLProtocol.self)
```
后post body丢失你是怎么解决的?
-
I assume you have it already! - Just not on this table https://agrevster.github.io/pocketbase-kotlin/#support
-
Using a custom `URLProtocol` subclass to intercept HTTP(S) traffic surely results in being a good citizen, but, as a way to debug apps, it comes with disadvantages:
1. First of all, the architectur…
-
When using Bagel combined with a URLSession that uses a custom URLProtocol (for example using [https://github.com/AckeeCZ/Reqres](https://github.com/AckeeCZ/Reqres)), each connection is logged twice i…
-
### Description
There is an easy solution to capture HTTP/HTTPS Traffic from the iOS app is using [URLProtocol](https://developer.apple.com/documentation/foundation/urlprotocol)
Example: https://…