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

HTTP to HTTPS #129

Open
julienchastang opened this issue Nov 27, 2017 · 5 comments
Open

HTTP to HTTPS #129

julienchastang opened this issue Nov 27, 2017 · 5 comments

Comments

@julienchastang
Copy link
Member

Related to #128. There are many references in the IDV that point to obsolete http URLs. Migrate to https. Document what needs to be updated in this issue.

@lesserwhirls
Copy link
Contributor

If possible, it would be best to take the time to make sure whatever code is making the http requests checked the server response to see if there was a http redirect, and if so, checked the location returned in the server response to find the the new location of the resource.

@jeffmcwhirter
Copy link
Collaborator

jeffmcwhirter commented Nov 27, 2017 via email

@jon4than
Copy link
Contributor

Awhile back I basically did what Sean and Jeff proposed for McV, though we had to back out of the change for a few reasons (that escape me at the moment). Here's what I had:

https://github.com/Unidata/IDV/compare/master...jon4than:http-redirects?expand=1

I can create a pull request if you'd like.

@yuanho
Copy link
Member

yuanho commented Nov 29, 2017 via email

@jeffmcwhirter
Copy link
Collaborator

jeffmcwhirter commented Nov 29, 2017 via email

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

5 participants