Skip to content

Conversation

@uedvt359
Copy link
Contributor

fixes #38

…y request

avoid this warning in vaultwarden server logs:
> Unauthorized Error: No Bitwarden-Client-Version header provided

version number cribbed from bitwarden test suite. the value is not
checked, other than that it looks like a SemVer string.
base_url=f"{self.url}/",
event_hooks={"response": [log_raise_for_status]},
headers={
"Bitwarden-Client-Version": "2024.1.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version value should be dynamic ?

@Lujeni Lujeni self-assigned this Dec 28, 2025
@Lujeni Lujeni added the bug Something isn't working label Dec 28, 2025
@Lujeni
Copy link
Member

Lujeni commented Dec 28, 2025

@uedvt359 thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

send "Bitwarden-Client-Version" header with requests

2 participants