Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIIF info.json uri of @id change to https #247

Closed
chinazhangbo opened this issue Nov 23, 2022 · 2 comments
Closed

IIIF info.json uri of @id change to https #247

chinazhangbo opened this issue Nov 23, 2022 · 2 comments

Comments

@chinazhangbo
Copy link

when open with url :http://localhost:8011/iipsrv.fcgi?iiif=images/2.tif/info.json
but response like this:
{
"@context" : "http://iiif.io/api/image/2/context.json",
"@id" : "https://localhost:8011/iipsrv.fcgi?iiif=images/2.tif",
"protocol" : "http://iiif.io/api/image",
"width" : 640,
"height" : 390,
"sizes" : [
{ "width" : 80, "height" : 48 },
{ "width" : 160, "height" : 97 },
{ "width" : 320, "height" : 195 }
],
"tiles" : [
{ "width" : 256, "height" : 256, "scaleFactors" : [ 1, 2, 4, 8 ] }
],
"profile" : [
"http://iiif.io/api/image/2/level1.json",
{ "formats" : [ "jpg" ],
"qualities" : [ "native","color","gray","bitonal" ],
"supports" : ["regionByPct","regionSquare","sizeByForcedWh","sizeByWh","sizeAboveFull","rotationBy90s","mirroring"],
"maxWidth" : 5000,
"maxHeight" : 5000
}
]
}

the @id key‘s value contain https ,i think should be http

@ruven
Copy link
Owner

ruven commented Nov 23, 2022

Are you using version 1.1 of the server? This works correctly when using the latest version of the code from Github.

@chinazhangbo
Copy link
Author

yes, i am using version 1.1, thanks

@ruven ruven closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants