diff --git a/TestModernHttpClient.iOS/Info.plist b/TestModernHttpClient.iOS/Info.plist
index bd14a8a..02c8aeb 100644
--- a/TestModernHttpClient.iOS/Info.plist
+++ b/TestModernHttpClient.iOS/Info.plist
@@ -34,5 +34,20 @@
TestModernHttpClient
XSAppIconAssets
Assets.xcassets/AppIcon.appiconset
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+ NSExceptionDomains
+
+ mockhttpcalls.azurewebsites.net
+
+ NSIncludesSubdomains
+
+ NSThirdPartyExceptionRequiresForwardSecrecy
+
+
+
+
diff --git a/TestModernHttpClient/MainPage.xaml.cs b/TestModernHttpClient/MainPage.xaml.cs
index a7cfae3..94b6fdf 100644
--- a/TestModernHttpClient/MainPage.xaml.cs
+++ b/TestModernHttpClient/MainPage.xaml.cs
@@ -15,7 +15,7 @@ namespace TestModernHttpClient
{
public partial class MainPage : ContentPage
{
- public const string TEST_URL = "http://mockhttpcalls.azurewebsites.net/api/values";
+ public const string TEST_URL = "https://mockhttpcalls.azurewebsites.net/api/values";
public MainPage()
{