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

kurl detect http to https redirecting #33

Closed
lidaof opened this issue Apr 25, 2014 · 2 comments
Closed

kurl detect http to https redirecting #33

lidaof opened this issue Apr 25, 2014 · 2 comments

Comments

@lidaof
Copy link

lidaof commented Apr 25, 2014

Hi,

Say I need to visit an url: http://myurl.com, while the website was automatically redirected to https://myurl.com
Is it possible that if I use kurl to visit http://myurl.com, could automatically visit https://myurl.com instead?

$ curl -I http://xxxx/xxx.bed.gz
HTTP/1.1 301 Moved Permanently
Date: Fri, 25 Apr 2014 15:35:39 GMT
Server: Apache/2.2.22 (Ubuntu)
Location: https://xxx/xxx.bed.gz
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1

Thanks.

@lh3
Copy link
Collaborator

lh3 commented Nov 30, 2014

The latest kurl should have solved this issue.

@lh3 lh3 closed this as completed Nov 30, 2014
@lidaof
Copy link
Author

lidaof commented Nov 30, 2014

very cool. Thanks a lot @lh3

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