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
The IDs of the IIF Manifests and info.jsons are those from ContentDM. The content of the manifests is the same. The info.jsons differ: profile level is different, and specifications are missing in the Tresoar version.
Main issue (other than the duplicate files):
The Tresoar versions cannot be fetched due to missing CORS headers or lack of server response (?)
Response on test-cors.org for the Tresoar Manifest and info.json:
The HTTP server should, if at all possible, send the Cross Origin Access Control header (often called “CORS”) to allow clients to download the manifests via AJAX from remote sites. The header name is Access-Control-Allow-Origin and the value of the header should be *.
Servers should send the Access-Control-Allow-Origin header with the value * in response to information requests. The syntax is shown below and is described in the CORS specification. This header is required in order to allow the JSON responses to be used by Web applications hosted on different servers.
The text was updated successfully, but these errors were encountered:
The Tresoar has published IIIF Manifest and IIIF Image links on the object's landing page, see eg:
The site runs on ContentDM but both URLs have been proxied, cf:
The IDs of the IIF Manifests and info.jsons are those from ContentDM. The content of the manifests is the same. The info.jsons differ: profile level is different, and specifications are missing in the Tresoar version.
Main issue (other than the duplicate files):
Response on test-cors.org for the Tresoar Manifest and info.json:
From the IIIF Presentation API 2.1.1 documentation:
And IIIF Image API 2.0 documentation:
The text was updated successfully, but these errors were encountered: