Network Extension Content Filter Based on Request Size

Hi! I'm working with a content filter as part of a Network Extension which should, in addition to URL as standard, filter based on size of the request.

I know the bulk of the request is withheld but I'm positive I typed in something along the lines of httpRequest with autocomplete filling in the rest at some point in the filter control/data provider.

If this isn't possible, does anybody know how I can achieve this? Thanks!

Unless you are viewing cleartext based network requests the HTTP headers are encrypted. Is that what you are trying to do, inspect the HTTP request / responses going back and forth?

Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Network Extension Content Filter Based on Request Size
 
 
Q