Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed websocket path #68

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Fixed websocket path #68

merged 2 commits into from
Apr 29, 2024

Commits on Apr 28, 2024

  1. Fixed wobsocket path

    Allow path to be passed into websocket connection
    so that if there is a proxy in between it can be
    setup with a path on the proxy server even though
    it doesn't matter for the server connection.
    
    Also there is a future option we can introduce to
    pass HTTP headers in case application might use them
    to authenticate with the proxy for example.
    mtmk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5c207f5 View commit details
    Browse the repository at this point in the history
  2. format

    mtmk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ca1eb11 View commit details
    Browse the repository at this point in the history