mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
androdi Unable to automatically match URL URL address with domain:port in host mode. #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bonnyandsky on GitHub.
Vaultwarden Support String
111112
Vaultwarden Build Version
V1.32.7
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
synology
Host/Server Operating System
NAS/SAN
Operating System Version
synology dsm7.1.1-42962 Updata7
Clients
Android
Client Version
V2024.10.0
Steps To Reproduce
1:I have different usernames and passwords saved for the same domain name with different port numbers.
like this:
https://www.aaabbb.xyz:5001/ name:aaa password:111
https://www.aaabbb.xyz:9000/ name:bbb password:222
https://www.aaabbb.xyz:8888/ name:ccc password:333
2:In the matching detection options, the selected mode is "host ".
3:On the Windows 11, using the Edge browser, the Bitwarden extension for Edge can correctly match URLs with port numbers.
4:Mobile Edge open: https://www.aaabbb.xyz:5001/#/signin
5:The Bitwarden client is unable to automatically match URLs with port numbers.
Expected Result
Successfully matched the URL address with domain:port in host mode.
Actual Result
Unable to automatically match
Logs
No response
Screenshots or Videos
No response
Additional Context
No response