-
|
Hello, I have a local instance of Node-RED running on For the
Note: I have also tried adding a trailing forward slash to the above, just in case. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
|
You are close!
You have find the examples in the documentation for the HTTP request constructor helpful, such as: let request = new Request({host: "www.example.com", path: "/info.dat", port: 8080, response: ArrayBuffer}); |
Beta Was this translation helpful? Give feedback.

You are close!
hostproperty is only the host name (e.g.localhost) without the protocol ("http") or portYou have find the examples in the documentation for the HTTP request constructor helpful, such as: