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

Bugfix/xhr allow authorization header #670

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ksclarke
Copy link
Contributor

@ksclarke ksclarke commented Jul 3, 2024

Retargeting the #583 PR to the develop branch.

Closes #580

Alex Dolski and others added 2 commits March 25, 2022 14:16
…ject#574)

Web browser clients implementing IIIF Authentication API 1.0 may send
info.json requests with an Authorization header via XMLHttpRequest
(XHR). Such requests are "pre-flighted", and the pre-flight response
must explicitly state that the Authorization header is allowed in order
for the browser to proceed with the request.
@jcoyne
Copy link

jcoyne commented Jul 3, 2024

Will this close #580?

@ksclarke
Copy link
Contributor Author

ksclarke commented Jul 3, 2024

Yes, thanks, I've added that to main PR message b/c I'm not clear on whether that auto-close functionality will work from a comment.

Fwiw, CI build is failing because of the Grok issue.

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

Successfully merging this pull request may close these issues.

HTTP 401 info.json response is invalid
2 participants