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

Unify native and web client connection string #1135

Open
pierd opened this issue Nov 2, 2023 · 0 comments
Open

Unify native and web client connection string #1135

pierd opened this issue Nov 2, 2023 · 0 comments
Labels
enhancement New feature or request topic:networking Networking, including protocol and transmission medium topic:web Related to running on the Web

Comments

@pierd
Copy link
Contributor

pierd commented Nov 2, 2023

Currently native client expects either:

  1. SERVER:PORT to connect to,
  2. URL starting with “http://“ or “https://“ that upon GET request replies with 1. as text.

Web client always expects an https URL of a form “https://SERVER:PORT” and it has special handling for our ensure-running API.

Could we make them consistent by making web client accept the same as native one?

@pierd pierd added enhancement New feature or request topic:web Related to running on the Web labels Nov 2, 2023
@ten3roberts ten3roberts added the topic:networking Networking, including protocol and transmission medium label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:networking Networking, including protocol and transmission medium topic:web Related to running on the Web
Projects
None yet
Development

No branches or pull requests

2 participants