Data from IoTaWatt - getting HPE_INVALID_CONSTANT error

Something odd going on then.. if I go to https://www.bbc.co.uk/news/
using one of our http-request nodes I get a complete page back no problem.
If I do curl -I https://www.bbc.co.uk/news/ I can see the headers are set to chunked.
And that not Content-Length is specified
So the node can handle chunks just fine... that is why I am trying to get you to see the headers returned from that server and in particular both the Transfer-Encoding and the Content-Length (which should not be set if transfer-encoding is set to chunked)

image