Describe the missing documentation
netsh can be used to create local port forwarding rules to get around mixed content browser restrictions when accessing the built-in WebSocket and HTTP server endpoints.
While this is a more advanced option, we should probably document it along with all relevant caveats.
Where do you think this documentation should be included? An existing page or new page?
/api/websocket/recipes/remote-access as a LAN only option
Additional context
netsh interface portproxy add v4tov4 listenport=<ListeningPort> listenaddress=<ListeningIP> connectport=<ConnectingPort> connectaddress=<ConnectingIP>