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

Open JackLewis-digirati opened 1 month ago

JackLewis-digirati commented 1 month 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 2 weeks ago

Fixed with PR #52