From d66b70f22462574b09db2b68a27ac9b88d1797b0 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 19 Jan 2021 15:20:09 +0100 Subject: [PATCH] Add a description of Apple Transport Security to wxWebRequest doc --- interface/wx/webrequest.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interface/wx/webrequest.h b/interface/wx/webrequest.h index bf6b9f1168..d17aa13d82 100644 --- a/interface/wx/webrequest.h +++ b/interface/wx/webrequest.h @@ -61,6 +61,14 @@ request.Start(); @endcode + @section apple_http macOS and iOS App Transport Security + + Starting with macOS 10.11 and iOS 9 an application cannot create unsecure + connections (this includes HTTP and unverified HTTPS). You have to include + additional fields in your Info.plist to enable such connections. + For further details see the documentation on NSAppTransportSecurity + here + @section descriptions Implementation Descriptions The following APIs are used per platform, additional details