Post

Replies

Boosts

Views

Activity

Reply to NEFilterDataProvider on macOS doesn't provide URL details on new flow
when we access any website and access its page content or try to post content through that web page, what exactly we should expect in readBytes in the following callbacks, override func handleInboundData(from flow: NEFilterFlow, readBytesStartOffset offset: Int, readBytes: Data) -> NEFilterDataVerdict  override func handleOutboundData(from flow: NEFilterFlow, readBytesStartOffset offset: Int, readBytes: Data) -> NEFilterDataVerdict do we get inbound and outbound content in readable/unencrypted format?
Nov ’22