Bryan Haberberger
Bryan Haberberger
See https://github.com/IIIF/api/issues/1246 for some discussion.
Apologies if this demo link died. The use case would be something like https://mikeapp.github.io/maptime-demo/?iiif-content=https://mikeapp.github.io/manifest-fixtures/collection/test.json
We also ran into this testing the Presentation API 3 update some [Open Source with SLU](https://oss-slu.github.io/) Students @markskroba @tvay11 and @DrewSadler01 are working on. Here is one those Manifest that...
I have this working, but it is a bit tricky and hacky. It involves fixes in a couple places. 1.) getImageURL() in iiif.js: Add the following code to check if...
I just spent a couple hours chasing this down. When I upgraded from 1.6.1 to 1.7.1 a request started failing with. ``` Request 'body' parameter must be a valid JSON...
I also noticed that on that same PATCH https://my.services/item/123/text request, if I omit the `Authorization` header I get an `InvalidRequestError` with a status code of 400 instead of the usual...