Skip to content

Documentation needed: Add WebSocket & HTTP Server netsh port forwarding examples #391

Description

@Whipstickgostop

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions