When i was compile the project for Html5 (Windows and Android works) and I make a GET request with httpRequest I get this error = “Can not read property ‘trim’ of undefined”. I am on Localhost and on my server I have it configured for Access-Control-Allow-Origin (CORS). What may be happening? Can httprequest requests be made in HTML5? It also happens for the “Download Image” node (which also makes an httprequest).