You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble getting Mirador to play nicely with our load balancer. With various tweaks, I've gotten it to the point where it'll request the HTTP version of a tile, like
I notice that Mirador has buried in its code a "forceHttps" option that looks like it should be usable. How would I activate that in the Islandora module?
The text was updated successfully, but these errors were encountered:
I notice that Mirador has buried in its code a "forceHttps" option that looks like it should be usable. How would I activate that in the Islandora module?
Hi,
I'm having trouble getting Mirador to play nicely with our load balancer. With various tweaks, I've gotten it to the point where it'll request the HTTP version of a tile, like
http://EXAMPLE/cantaloupe/iiif/2/http%3A%2F%EXAMPLE%2F_flysystem%2Ffedora%2F2024-08%2FMSC130-1030_01.tif/full/225,/0/default.jpg
which our load-balancer unfortunately interpolates during redirect, un-decoding the URL in the process:
https://EXAMPLE/cantaloupe/iiif/2/http:/EXAMPLE/_flysystem/fedora/2024-08/MSC130-1030_01.tif/full/225,/0/default.jpg
But if I change http to https in the first url, like so:
https://EXAMPLE/cantaloupe/iiif/2/http%3A%2F%EXAMPLE%2F_flysystem%2Ffedora%2F2024-08%2FMSC130-1030_01.tif/full/225,/0/default.jpg
the tile will render.
I notice that Mirador has buried in its code a "forceHttps" option that looks like it should be usable. How would I activate that in the Islandora module?
The text was updated successfully, but these errors were encountered: