Skip to content

Pass URL filename and URL parameters to browser #222

Closed
@jhgoebbert

Description

@jhgoebbert

Some webservices can be initialized directly by passing parameters in the URL - for example this is the case for Xpra:
http://localhost:10000/index.html?username=test&password=123456

If one wants to use jupyter-server-proxy to start a xpra html5 desktop one would first start xpra on the server, generate a one-time-password and might think it would be fine to add this password using a mappath command as the password uri parameters to /index.html

But this is will not work (!),
because the index.html of Xpra wants to reads the password through the url parameters with javascript on the client side, too.

Proposed change

Url parameters should be passed to the browser.

Alternative options

The url parameters are shown to the user and he has to add it manually to the URL in the browsers address line.

Who would use this feature?

Any webservice, which extracts information from the url parameter (using JavaScript) on client side.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions