You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/18 04:00:22 UTC

[GitHub] [cordova-plugin-whitelist] nomaam commented on issue #47: XMLHttpRequest No Longer Working

nomaam commented on issue #47: XMLHttpRequest No Longer Working
URL: https://github.com/apache/cordova-plugin-whitelist/issues/47#issuecomment-522289243
 
 
   Problem solved...
   
   The Cordova update changed it so that XMLHttpRequest can only handle links with https. So all my links that used http stopped working, and of course threw no errors as that is the joy of working with Cordova. Wasted a full week on this one. Hopefully this can help someone with the same problem. 
   
   Also, your server doesn't actually have to serve https... Cordova is happy if you just add https to your http links and it will work fine. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org