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

websocket route request_parameter example #124

Open
fkjaekel opened this issue Oct 26, 2024 · 1 comment
Open

websocket route request_parameter example #124

fkjaekel opened this issue Oct 26, 2024 · 1 comment

Comments

@fkjaekel
Copy link

Could you provide an example for websocket route request_parameter? I tried like de code below, there are no errors but the request parameter is not created.

  routes = {
    "$connect" = {
      operation_name = "ConnectRoute"

      request_parameter = {
          request_parameter_key = "route.request.querystring.authToken"
          required              = true
      }
Copy link

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants