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

Some requests fail to include Authorization header #399

Closed
andrewazores opened this issue Mar 22, 2022 · 0 comments · Fixed by #401
Closed

Some requests fail to include Authorization header #399

andrewazores opened this issue Mar 22, 2022 · 0 comments · Fixed by #401
Assignees
Labels
bug Something isn't working high-priority

Comments

@andrewazores
Copy link
Member

See #397 (comment)

Some HTTP requests made by the Api.service.tsx do not include the appropriate Authorization header, and so only work in a basic development testing loop where no auth is enabled. The bug appears to manifest for methods that attempt to set other headers in the request, such as a Content-Type, and this additional header is incorrectly merged with the normally generated login service headers, which include Authorization and X-JMX-Authorization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants