You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Idea:
When bore starts listening, (say, at
bore.pub:9999
), show the url withhttp://
before (i.ehttp://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.
The text was updated successfully, but these errors were encountered: