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

Combine query params on jupyter server proxy #150

Open
randomir opened this issue Dec 23, 2022 · 0 comments
Open

Combine query params on jupyter server proxy #150

randomir opened this issue Dec 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@randomir
Copy link
Member

Query params of the base (external URL) and local URL are not merged, rather base query replaces the local one.

return update_url_from(
url, config.jupyter_server_proxy_external_url,
path=lambda local, ext: urljoin(ext.path, f"{local.path}/proxy/{local.port}/".lstrip('/')))

@randomir randomir added the bug Something isn't working label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant