I'm moving my first steps with NR (as Home assistant integration) and I'm having my first issue...
I'trying to send this simple http request: https://lanaddress/cgi-bin/api.cgi?apikey=apikey&cmd=version
to a Lan web server, and I'm getting this error:
"RequestError: Parse Error: Invalid header value char.
If I copy/paste the same URL on Chrome it just works.
I'not black belt in headers but checking the server header I cannot see a suspicious char.
Is there anything I can do to bypass such a strict header check?
I am currently experiencing this issue as well and have played endlessly with my configurations. I tried encoding the URL, setting the headers and other settings within the function node, and selecting the 'Disable strict HTTP parsing' check box all without success. The most misleading part is that the request works perfectly fine in Postman.