CSIRO-enviro-informatics / loci-integration-api

This application provides a convenient interface for executing common functions across the whole LOCI system.
0 stars 3 forks source link

use https #43

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

Results coming back from find_at_location currently use HTTP but clients like https://explorer.loci.cat fails to get geoms because the link to the resource is HTTP rather than HTTPS.

We've now enabled HTTPS with GDS, but to reflect this, the call must use HTTPS instead of HTTP. A simple fix in the config does the job.