-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
forward query to _ws_handler #609
Comments
You have several paths to handle it.
|
Thanks for the quick reply! I'll have a look at 1! would there be a reason to not just forward the parameters? Thanks! |
|
I'd like to load different files based on the query string
Modiefied part of https://github.com/Kitware/trame/blob/master/trame/tools/serve.py :
The first print prints the query, the second doesn't. I'd need the information in the second part to use it for initializing the app, right?
Describe the solution you'd like
In the
index-.....js
i findI'd guess if we would add there the query string, it should be forwarded such the second print would also print it?
Describe alternatives you've considered
What I do right now as a workaround:
Does more or less the job, but it's for sure not a solution
The text was updated successfully, but these errors were encountered: