You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get a clear answer on this from the documentation, but I cannot seem to find it. In my app, I need to use the BlackBerry Dynamics connectivity to send HTTP requests to an API. The API is actually located outside of the enterprise network, and the domain we want to send requests to has been whitelisted in the webproxy/firewall. We are able to access this domain via the Blackberry access browser.
From what I understand, The BBD SDK routes any HTTP traffic leaving the enterprise network via the webproxy, where a firewall determines whether the request is allowed to go through. Which is what we need to do.
My app currently uses XMLHttpRequest to call this API from the javascript code. When I include the BBD cordova base plugin, are these requests then automatically routed via BlackBerry Dynamics connectivity? Or do I now have to use the GDHttpRequest class to send all of my Http requests?
I set up some simple tests using XMLHttpRequest and ran these in the client environment, but the requests don't seem to go through at all (connection refused).
The text was updated successfully, but these errors were encountered:
I've been trying to get a clear answer on this from the documentation, but I cannot seem to find it. In my app, I need to use the BlackBerry Dynamics connectivity to send HTTP requests to an API. The API is actually located outside of the enterprise network, and the domain we want to send requests to has been whitelisted in the webproxy/firewall. We are able to access this domain via the Blackberry access browser.
From what I understand, The BBD SDK routes any HTTP traffic leaving the enterprise network via the webproxy, where a firewall determines whether the request is allowed to go through. Which is what we need to do.
My app currently uses XMLHttpRequest to call this API from the javascript code. When I include the BBD cordova base plugin, are these requests then automatically routed via BlackBerry Dynamics connectivity? Or do I now have to use the GDHttpRequest class to send all of my Http requests?
I set up some simple tests using XMLHttpRequest and ran these in the client environment, but the requests don't seem to go through at all (connection refused).
The text was updated successfully, but these errors were encountered: