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?
Topic:
App & System Services
SubTopic:
Networking
Tags: