pcwSlide opened a new issue, #1672: URL: https://github.com/apache/cordova-android/issues/1672
Hi, I have a simple cordova app with a link to a Express server route with a simple jason return. This works in the Browser Platform so this should cover the Emulator/Phone setup as well - I have a open cors app and an open context-security header - however both Emulator/Phone don't get to the route - only browser because I assume, the Browser platform loads the index file as http by default- this I can see. After some extended research adb tells me: "the page at 'https://localhost/index.html' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://192.168.1.7:3000/getResponse'. This request has been blocked; the content must be served over HTTPS."" So the emulator is loading the page as https and this is why the link fails. I have clear text enabled - this always used to work. Why is the emulator/Chrome not not responding to this instruction? I tried "upgrade-insecure-requests" in content.. Have you guys seen this? I know I should use https - this is not the point. This has been working for ages but now - I think in the last few months - changed? Appreciate any help.. -- 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