-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
Handle Query parameters #293
base: master
Are you sure you want to change the base?
Conversation
Query parameters are : |
Perhaps it would be best to use the Related to #283 (proper issue id links the pr accrross github). |
@millette Good callout. I don't want this webapp to send private information to any server and query params would certainly do that. Using a hash instead is a clever workaround. Further, I think the approach in this PR needs a little more thought. I don't love the implementation. The core logic should be factored out into a function and not jammed inline. |
Hi, |
Regarding the request 283.
I add the query parameters management.