Node-RED with http request from local Serverpage

@knolleary

root@rock64:~# curl -v http://192.168.178.40/home.html?l=de > /dev/null
*   Trying 192.168.178.40...
* TCP_NODELAY set
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Connected to 192.168.178.40 (192.168.178.40) port 80 (#0)
> GET /home.html?l=de HTTP/1.1
> Host: 192.168.178.40
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Connection: close
< Content-Encoding: gzip
< Server: RTCS HTTPSRV/2.5 - Freescale Embedded Web Server v2.5
< Content-Type: text/html
< Cache-Control: max-age=3600
< Content-Length: 2815
<
{ [1360 bytes data]
* Curl_http_done: called premature == 0
100  2815  100  2815    0     0   430k      0 --:--:-- --:--:-- --:--:--  458k
* Closing connection 0
root@rock64:~#