-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Problem
When I use the API to get the primaryimageurl (e.g., https://api.harvardartmuseums.org/object/304069/primaryimageurl?apikey=YOUR_API_KEY), the URL in the response has an extra space after : and before //.
Example response:
"primaryimageurl": "https: //nrs.harvard.edu/urn-3:HUAM:DDC251092_dynmc"
This makes the URL invalid and unusable in browsers or apps.
Expected
The URL should look like this:
"primaryimageurl": "https://nrs.harvard.edu/urn-3:HUAM:DDC251092_dynmc"
Request
It would be greatly appreciated if the extra space could be removed to ensure the URL functions correctly.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels