Technology
Send data over HTTP in iOS Simulator
You cannot simply send data to a HTTP server in your iOS app. Apple enforces the use of HTTPS and TLS. Therefore, plain HTTP isn’t possible anymore. If you try this in your app to test a local HTTP server, the request will be blocked. In the log you can Read more…