Closed m-art-in closed 4 years ago
It is included in the next version that will be published in some days.
Great! Thank you so much.
Do I have to change my code for calling uv?
No, it's the same.
But if needed, the route for dynamic collection is now:
$urlManifest = $this->url('iiifserver/set', [], [
'query' => ['id' => $identifiers],
'force_canonical' => true,
]);
I have just opened an issue on the Universal viewer. My problem is if the URL is too long. Could it be possible to parameterize the API call instead of separating items with commas, so Apache doesn't generate an error message?