ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.69k stars 188 forks source link

NIOHTTP1.HTTPParserError error 22 #2187

Open xmm4011 opened 1 week ago

xmm4011 commented 1 week ago

Description

The current request uses gRPC+Protobuf for transferring binary data, with the URL using a non-standard port 8099; for example: https://xxxx.com:8099/.

If the URL is configured as "xxxx.com:8099" in the SSL proxy list, the request will show that the SSL proxy is enabled to view the content.

If the URL is configured as "xxxx.com" in the SSL proxy list, the packet capture will convert the protocol to http, and an internal error will be displayed, returning "The operation couldn't be completed. (NIOHTTP1.HTTPParserError error 22.) (code=22)".

Proxyman 2024-11-10 19 58 46
xmm4011 commented 1 week ago

https://github.com/ProxymanApp/Proxyman/issues/1518