I've been trying to create an NEFilter based on the SimpleFirewall example code and can't find any examples or descriptions on how to get at the data returned in the readBytes parameter of handleInboundData.
I really only want to get the title of the page.
If I open a page via an HTTP request I can easily see the html for the page including the title if it exists. It seems HTTPS requests provide the data still encrypted but I can't find any information about that in the documentation or anywhere on the web.
The next question will be (of course) Is there an easy way to get that data decrypted?
3
0
868