qin Posted June 7, 2016 Posted June 7, 2016 When I enter a domain name (e.g. `baidu.com`) in alfred, I hope there are two choose. (currently there only the first one) - http://baidu.com - https://baidu.com I know visit http site will redirect to https site. I just want to visit https site directly. The only way is to enter `https://baidu.com`in alfred (I am not allowed to use that image extension on this community.)
Vero Posted June 7, 2016 Posted June 7, 2016 When I enter a domain name (e.g. `baidu.com`) in alfred, I hope there are two choose. (currently there only the first one) Many websites aren't set up to know how to deal with https:// so we can't assume a site has an https version and automatically send the user there. However, if baidu.com is a specific case where you want to go to https://, you can create a custom search (with no {query}) for it with the keyword "baidu" Cheers, Vero
qin Posted June 7, 2016 Author Posted June 7, 2016 (edited) I know many websites aren't set up https support. I just want Alfred give me two choice (http(default) & https) `baidu.com` is only an example. Edited June 7, 2016 by qin
qin Posted June 7, 2016 Author Posted June 7, 2016 Or if Alfred can test https support, Alfred can make https as default. (I think this is not necessary.)
FroZen_X Posted June 7, 2016 Posted June 7, 2016 Or if Alfred can test https support, Alfred can make https as default. (I think this is not necessary.) Just a tip aside, if you're using Alfred 3 then you could also create as expandable snipped for "https://". That's what i would do tho, then it would fit any case where you need it
Andrew Posted June 7, 2016 Posted June 7, 2016 Alfred actually just works like a web browser, the http:// shouldn't even be shown there as it's a red herring. If a website is correctly setup with HSTS, then the site will be loaded with https automatically without redirection. I'll remove the http:// from the url title in a future release to prevent confusion. Cheers, Andrew qin 1
qin Posted June 12, 2016 Author Posted June 12, 2016 Alfred actually just works like a web browser, the http:// shouldn't even be shown there as it's a red herring. If a website is correctly setup with HSTS, then the site will be loaded with https automatically without redirection. I'll remove the http:// from the url title in a future release to prevent confusion. Cheers, Andrew Yes, I tried visit website with HSTS and can't dump packet at port 80. It a good idea to remove `http://` added by Alfred.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now