Re: [I] Cannot load non-https content from cordova app [cordova-android]

2023-10-30 Thread via GitHub
tada123 closed issue #1681: Cannot load non-https content from cordova app URL: https://github.com/apache/cordova-android/issues/1681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [I] Cannot load non-https content from cordova app [cordova-android]

2023-10-30 Thread via GitHub
tada123 commented on issue #1681: URL: https://github.com/apache/cordova-android/issues/1681#issuecomment-1785260178 Ok, the http scheme worked without problems. Thank you for help :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Cannot load non-https content from cordova app [cordova-android]

2023-10-27 Thread via GitHub
breautek commented on issue #1681: URL: https://github.com/apache/cordova-android/issues/1681#issuecomment-1783643591 The error is standard browser behaviour, which disallows mixed content. In otherwords, if you're on a secure origin, then you can't request non-secure resources. Nat

[I] Cannot load non-https content from cordova app [cordova-android]

2023-10-27 Thread via GitHub
tada123 opened a new issue, #1681: URL: https://github.com/apache/cordova-android/issues/1681 # Bug Report ## Problem ### What is expected to happen? Should accept (or at least have an option) to support non-ssl requests. ### What does actually happen? Chromium (ins