Um Hello,
Idk where i should've put this but I'm sending an AJAX request to my website (goapp-wbackend.rhcloud.com), it's running Go 1.6.3 on the Apache Server with "Content-Security-Policy": "default-src https://goapp-wbackend.rhcloud.com", and I'm trying a GET or POST request on the website, now, it works well in localhost mode, but when I export via Cordovia/IntelXDK, and I build or debug, it gives me an AJAX 404. Plain that. You can test the website and I'll send you a HelloWorld! (as I said, it works well in localhost:8080)
Other Headers: "Access-Control-Allow-Origin":"*"
My Whitelist on Intel XDK:
i've been hitting my head on the wall for a while now, maybe Ashley can help,
although maybe it's because I need to update JQuery.
EDIT: If anybody got it working, Please post your stuff, I'd greatly appreciate it.