Results 149 comments of Ruven

For [IIIF Auth](https://iiif.io/api/auth/1.0/), you need to add a "service" section to the info.json output. Perhaps we could add a startup parameter like IIIF_AUTH or something more generic like IIIF_EXTRA_INFO to...

Can you send me the TIFF image that you are using with iipsrv? And also give me an example of a tile request URL being sent to iipsrv that returns...

This works fine on my machine with the request: `9a0710ad4dc651a3a02e5d20f9e1f9c5/5120,1024,712,1024/356,512/0/default.webp` What does it say in your iipsrv log when you open this URL? By the way, you don't need to...

The log output looks like it's correctly outputting the WebP file. If you open your URL https://localhost/i/3/9a0710ad4dc651a3a02e5d20f9e1f9c5/5120,1024,712,1024/356,512/0/default.webp directly in a browser, does it work? If not, perhaps you have an...

You didn't properly upload your webp file ...

iipsrv runs as an FCGI process, so you cannot make direct HTTP requests. You need to connect via a web server, such as Lighttpd. When you install the Ubuntu package...

In fact the blog you refer to is really about manually building iipsrv with Kakadu, so you have ended up massively over-complicating things! Anyway, I think your error is simply...

IIPImage already implements this using a 303 HTTP status as recommended in the specification

The problem you are having is due to the image path needing to be URL encoded. The IIIF specification (https://iiif.io/api/image/3.0/#9-uri-encoding-and-decoding) says that all special characters in the image name or...

Thanks for having flagged this up. This is finally resolved with this commit: https://github.com/ruven/iipsrv/commit/41d44cbd46da39ab8e9617d52d76fc02d3d813de