Hello,
When I use Mirador or Universal Viewer demos to display my manifest, I get black screen on images but the thumbnails are shown. When I inspect the requests the viewers send, I find out that the viewers build a request to my image server like this: "
http://fue.onb.ac.at/sacha/services/images/Z152225709/00000003/info.json/1024,3072,1024,672/256,/0/default.jpg" . This request of course doesn't make sense, because it adds the image server parameters after info.json.
I found a similar problem here:
https://groups.google.com/forum/#!searchin/iiif-discuss/mirador/iiif-discuss/YxAuTddcmiE/AG1tikf_sxcJ but my responses are conform with CORS mechanism and the IIIF presentation API validator validates the manifest successfully without a warning.
Does anybody know anything related to this?
Manifest example:
http://fue.onb.ac.at/sacha/services/presentation/+Z152225709/manifestMy image server works as intended with the following links.
Image server image example:
http://fue.onb.ac.at/sacha/services/images/Z152225709/00000003/1024,3072,1024,672/256,/0/default.jpgImage server info.json example:
http://fue.onb.ac.at/sacha/services/images/Z152225709/00000003/info.jsonThanks in advance,
Can