Posts

Post not yet marked as solved
5 Replies
Platform : macosMy concern is both HTTP & HTTPS 1) want to work with connections originating from Browser 2) I want the filename of file getting upload from the http headerHttp request var is available in the NEFilterBrowserFlowNow, as NEFilterBrowserFlow is not available for macos Is it possible ??
Post marked as solved
6 Replies
As mentioned "Connections originating from WebKit will come through as NEFilterBrowserFlow objects. Other connections will come through as NEFilterSocketFlow". But as NEFilterBrowserFlow is not available in macos then how can one get the connections originating from WebKit in macos??Thanks !!