dejavu access es server with 401 Unauthorized error in POST request
- Dominant language
- JavaScript
- Stars
- 8.5k
- Forks
- 512
- PR merge metrics
- No merged PRs in 30d
Description
the post request pass a wrong header to the server **"Basic%20xxxx"**

the correct one is **"Basic xxxx"**

my dejavu docker image is
appbaseio/dejavu latest 8fd445e200b2
Contributor guide
Research direction
Start by reproducing the POST request with the appbaseio/dejavu Docker image and inspect how its Authorization header is assembled. Compare the sent header with the issue's examples, then verify that the Elasticsearch server accepts the corrected format without returning 401 Unauthorized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, elasticsearch, javascript
- Domain
- api, backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100