Using libcurl, I want to make a HTTP request at my Packet Tunnel Provider to a HTTP URL (and not HTTPS).
I tried to do it, and it worked well. However, I expected that I would need to add it to the Extension's plist
NSAppTransportSecurity exceptions.
So my question is - do I need to add this value to the plist to be on the safe side? Or I can do what I want at the Extension?