I'm using default example (from swiftNIO repository https://github.com/apple/swift-nio-examples/tree/main/connect-proxy) of SwiftNIO connect proxy. Working in PacketTunnelProvider extension.
In proxy I have excess to headers and for HTTPS requests I can get HOST and PORT, without GET params.
Is it possible to get excess to params? What way it should be?
I also see applications like proxyman, which can show GET request with params, but only after installing root certificate for device and this way is not good for me.