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)".
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)".