Cordova app is not sending a request to my localhost server on the emulator but when I type http://192.168.201.27:8080/my_portal/index.jsp on the chrome of emulator it successfully opens the home page of my portal
Asked
Active
Viewed 289 times
0
-
1try posting the console error, my first guess it is a CORS problem – Farabi Abdelwahed Feb 22 '21 at 08:25
-
app.js:1 GET http://192.168.201.27:8080/my_portal/mobile/MobileAuthenticateUserMDEAppV7?SessionID=2340 net::ERR_CLEARTEXT_NOT_PERMITTED – owais saeed Feb 22 '21 at 08:38
-
please refer to the following Question https://stackoverflow.com/questions/54752716/why-am-i-seeing-neterr-cleartext-not-permitted-errors-after-upgrading-to-cordo – Farabi Abdelwahed Feb 22 '21 at 09:40