Redirect to local file or web page from Node Red

You cannot mix server with local file operations in a client browser as this would be a massive security risk.

In any case, since you are running the browser on the server, you won't have any client-side access anyway.

There are a number of possible alternative approaches but all would depend on the client being authenticated to the server so that you can create a connection between them.

1 Like