Hi,
Is anybody know that whether I can send http request from network extension or not?
the idea is that I want to check the inbound/outbound data before deciding allow or drop them, so I have 2 questions here:
1. In the NEFilterDataProvider class description, it says "The sandbox prevents the Filter Data Provider extension from moving network content outside of its address space by blocking all network access, IPC, and disk write operations." that means I cannot send the network content to the server or other process for checking?
2. if I just want to send http request from network extension, is it possible?
thanks in advance.