actieve opened a new issue, #1783: URL: https://github.com/apache/cordova-android/issues/1783
# Bug Report ## Problem When I call into open an https url in the InAppBrowser: cordova.InAppBrowser.open("https://google.com"); Something changes it to http://google.com and errors out with a ERR_CLEARTEXT_NOT_PERMITTED error ### What is expected to happen? It should open the https url ### What does actually happen? It changes to http and fails ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> I traced it down into the Java Code and when shouldOverrideUrlLoading Is called it has already changed to http:// ### Version information Android Studio Cordova 12.0.1 android 13.0.0 ## Checklist - [x ] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [x ] I included all the necessary information above -- 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 comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org