Dear Phonegap Community
We develop applications In-House and use the MobileIron AppConnect for tunneling traffic from outside to the intranet, its like using a VPN tunnel for sepcified app. To archieve this MobileIron offers a wrapping service. The problem is the guide tells me the following:
Important: An AppConnect app can use tunneling only if the app accesses the enter-
prise server using one of the following APIs:
- • java.net.HttpURLConnection
- • java.net.ssl.HttpsURLConnection
- • Apache HttpClient
- • Android HttpClient
We develop with the following tools:
- Phonegap 3.1
- Sencha Touch 2.3
The request are made with some prebuilt Sencha classes( Ext.data.JsonP & Ext.Ajax) Now does anyone have an idea how to send all the http Traffic using one of the listed APIs above?