dlcs / iiif-presentation

Allows for the creation and management of IIIF manifests
MIT License
0 stars 0 forks source link

Implement Vary header for GET hierarchical/presentation #19

Closed JackLewis-digirati closed 1 day ago

JackLewis-digirati commented 2 months ago

When resources change based on Headers sent, a Vary response header should be sent by the API explaining what headers can be used to change the response.

Given that we can show either hierarchical or presentation based on the X-IIIF-CS-Show-Extras and Authorization headers (with redirects etc.) we should advertise the presence of this functionality with a Vary header

Acceptance criteria:

p-kaczynski commented 1 month ago

Fixed with PR #52