I guess you did not understand my question.
if i use this
#PlistExtra: <key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/>
#PlistExtra: <key>NSAllowsArbitraryLoadsInWebContent</key><true/>
#PlistExtra: </dict>
Then I can Load http in webview, but I can't conect to http domain or subdomains to ask for data.
If I don't use the code above, I cant load http in webview (only https)
So... my question is, how can I load http in webview and connect to http domains at the same time? Is that posible? How?