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

Web plugin breaks http links #92

Closed
purrie opened this issue Mar 13, 2022 · 4 comments · Fixed by #95
Closed

Web plugin breaks http links #92

purrie opened this issue Mar 13, 2022 · 4 comments · Fixed by #95

Comments

@purrie
Copy link

purrie commented Mar 13, 2022

I noticed that the web plugin always tries to use https even when supplied with a link that uses http. I have a situation where I want to use the launcher to quickly access a server on my local host, which uses http but the plugin adds https in front of it, thus, breaking the link. I would be thankful to see this issue fixed.

@mmstick
Copy link
Member

mmstick commented Mar 27, 2022

What website only supports http and not https?

@purrie
Copy link
Author

purrie commented Mar 28, 2022

On the internet I can't think of any relevant examples.

I have two example uses on the local network tho. First one is a web server I develop as a learning and personal use project that lives in my local network that I don't need to use https for but I would like to have quick access to it through the launcher. Second is yacy search engine which also can live as a local server and it uses http. I thought requesting http support for the launcher makes more sense than trying to upgrade both servers to support https.

@mmstick
Copy link
Member

mmstick commented Mar 28, 2022

Please try the launcher branch and see if that works for you.

@purrie
Copy link
Author

purrie commented Mar 28, 2022

It works perfectly. Thanks.

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

Successfully merging a pull request may close this issue.

2 participants