Alamofire iOS Sent HTTP Request Error: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file.

Cause/solution: IOS network requests require high security. They are all in HTTPS format. If you do not want to use HTTP format, you must modify it in info.plist file to allow the use of HTTP format with low security, as shown in the figure below. Add app transport security settings in info.plist = = = = = = > Allow Arbitrary Loads

 

Similar Posts: