-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use https as default #263
Comments
In the spirit of https://www.w3.org/DesignIssues/Security-NotTheS.html I'd favor HTTP URIs in the data. |
https://www.w3.org/blog/2016/05/https-and-the-semantic-weblinked-data/ also suggests to go on using "http". |
http://lobid.org/organisations and all subsequent URIs should now be redirected to the https variant. |
We reverted the change as it meant a huge API break and looking at the logs, several clients did not follow the redirect. Thus, we should only implement this change after an announcement and time to adjust clients (if at all). |
i.e. redirect http:// URLs to the corresponding https:// URL.
The big question is: Shouldn't we better use https URIs in the RDF with https as default?
The text was updated successfully, but these errors were encountered: