NationalMuseumAustralia / Collection-API

The public web API of the National Museum of Australia
10 stars 0 forks source link

Changing image and URL references to https #101

Open f27wood opened 5 years ago

f27wood commented 5 years ago

Currently the API is https, however some of the metadata referneces http URLs.

In order to make our new website https compliant including mixed content, the links to http://collectionsearch.nma.gov.au/ need to be updated to https.

In order to do this, the Museum first needs to make these URLs https.

BTW this is not needed prior to our new website going live on 18 October as previously thought, but hopefully asap afterwards (it will depend on how quickly wee can change collectionsearch.nma.gov.au to be https.).

Conal-Tuohy commented 5 years ago

For reference, the HTTP scheme used in those URLs is specified in these two parts of the ETL code:

As soon as the images are actually available via HTTPS, it will be enough to change those two values above, and then run a full ETL.