Used In Capacitor Plugin, Get "App Transport Security Has Blocked A ...
Maybe your like
Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} socketio / socket.io-client-swift Public 
sdetweilopened on Aug 6, 2021
- Notifications You must be signed in to change notification settings
- Fork 862
- Star 5.3k
- Code
- Issues 244
- Pull requests 16
- Actions
- Projects
- Wiki
- Security 0
- Insights
Description
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Use HTTPS instead or add Exception Domains to your app's Info.plist.
but I have those keys in Info.plist for app and plugin
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoadsForMedia</key> <true/> <key>NSAllowsArbitraryLoads</key> <true/> <key>NSAllowsArbitraryLoadsInWebContent</key> <true/> </dict>my code
server = "http://192.168.2.106:3001" manager = SocketManager(socketURL: URL(string:server)!); socket=manager?.socket(forNamespace: "/"); socket?.connect(); call.resolve(["socket":socket!]);this is on IOS 14.7, iphone, Version 13.0 beta (13A5154h)
the server side is nodejs, and has cors for allow anyone. and accepts connection from mac to ubuntu on same network. node client
let socket = io('http://192.168.2.106:3001');Metadata
Metadata
Assignees
No one assignedLabels
No labelsNo labelsType
No typeProjects
No projectsMilestone
No milestoneRelationships
None yetDevelopment
No branches or pull requestsIssue actions
You can’t perform that action at this time.Tag » App Transport Security Has Blocked A Cleartext Http Info.plist
-
Transport Security Has Blocked A Cleartext HTTP - Stack Overflow
-
Application Transport Security ? | Apple Developer Forums
-
App Transport Security Has Blocked A Cleartext HTTP ... - Steven Curtis
-
App Transport Security Has Blocked A Cleartext HTTP (http ...
-
IOS: App Transport Security Has Blocked A Cleartext HTTP - YouTube
-
Ios – Transport Security Has Blocked A Cleartext HTTP - ITecNote
-
Transport Security Has Blocked A Cleartext Http
-
App Transport Security Has Blocked My Request - Cocoacasts
-
Ios - App Transport Security Has Blocked A Cleartext HTTP Resource
-
Transport Security Has Blocked A Cleartext HTTP- Issue.
-
Transport Security Has Blocked A Cleartext HTTP
-
Ios: 使用http进行通信(Transport Security Has Blocked A Cleartext ...
-
App Transport Security In Xamarin.iOS - Microsoft Docs