-
Notifications
You must be signed in to change notification settings - Fork 262
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
Allow Application and Bookmark to provide http[s] - take 2 #26
Comments
I'm working on this url parser and it's currently working with following url formats:
Any other urls I should test it with? |
Not to common, but IP variants with IPv6 might be necessary. |
I can't access any IPv6 address from any browser so I won't be able to test it. |
Pawel, Right now if you type the whole URL like the above, colon gets removed and the URL does not work. Without 'https://' flame just assumes to use http protocol, which is not supported by the said app. Thank you for the great work. |
I'm also looking forward to this. I recently switched everything to HTTPS for my environment, and don't even expose a HTTP port with a redirect. That switch broke my dashboard. This will be nice to have! |
Since previous attempts were closed without any sensible resolution, I'm opening it again.
It is impossible to use URLs in that form (skipping 'https' or not...):
This is absolutely basic function when it comes to this kind of app. Please make an effort to properly implement it. Not every application offers https redirects and such.
Otherwise it is a great app and would like to use it on daily basis.
Thanks.
The text was updated successfully, but these errors were encountered: