Hi I have an application that connects to a backend REST service via https. This works fine in ionic serve, and also when deployed and running on iOS and Android.
I have finally, after a very long battle, got a UWP build to install on my local desktop dev machine (Windows 10). I’ve double clicked the .appx file to install, and then app successfully installs and displays
Capabilities:
Access your Internet connection
When I run a test http command it has, it can connect to localhost, but not to a remote server using https (and a published DNS names that works everywhere else).
Does anyone have any ideas here on how to diagnose this?
For Chrome and Safari we get useful output on the console.
HTTP status 0 mostly means the request was blocked because of security reasons.
But I don’t know any details about debugging UWPs.
Wow, after all that, testing a sample app in a different device, and using my cell network rather than the office WIFI, I could finally get an outside connection.