ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
18 stars 8 forks source link

purl administrative access doesn't work over https #104

Open alexskr opened 4 years ago

alexskr commented 4 years ago

ontologies_linked_data users http protocol for administrative access to Perl server and breaks when we do http to https redirects on the purl server. Ideally we should specify purl server URL including the protocol and port in the settings instead of using host_name in setting and forcing http:// protocol in the application.

https://github.com/ncbo/ontologies_linked_data/blob/751e2b989322d78d807ef66a17b8b3eb7fd0ac4a/lib/ontologies_linked_data/purl/purl_client.rb#L13

alexskr commented 1 year ago

relates to #169