Using IIIF Manifest Files Stored in mdx.jp Object Storage from NestJS
Overview I had the opportunity to use IIIF manifest files stored in mdx.jp object storage from NestJS, so here are my notes. Background After a quick check of mdx.jp object storage, it appeared that CORS settings could not be configured, making it difficult to use IIIF manifest files uploaded to mdx.jp object storage directly from other viewers. /en/posts/ad76f58db4e098/#注意(corsの許可) Therefore, the approach is to load the IIIF manifest files uploaded to object storage from NestJS and return them. ...