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

[Idea] Show url with "http://" #74

Closed
airone01 opened this issue Apr 11, 2023 · 1 comment
Closed

[Idea] Show url with "http://" #74

airone01 opened this issue Apr 11, 2023 · 1 comment

Comments

@airone01
Copy link

Idea:

When bore starts listening, (say, at bore.pub:9999), show the url with http:// before (i.e http://bore.pub:9999).
This allows for terminals with clickable link support to allow users to click on the link, instead of having to copy it.

I know that this will not work for every case, as the port bore is talking to does not necessarily use HTTP, and that bore needs a way to recognize a port as using HTTP, without compromising traffic or sending too many requests, which might invalidate or falsify any analytics data or logs.

Note that this concept could be applied to multiple protocols, even though it might be overkill.

@ekzhang
Copy link
Owner

ekzhang commented Apr 27, 2023

Thanks for the feature suggestion! It's a really creative suggestion that I haven't thought of before.

Unfortunately because bore is intended to be minimal, I don't think it makes sense to include features like auto-detecting HTTP protocol.

@ekzhang ekzhang closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants