
How to save ports instead of IP addresses in a password manager?
How to save port or path in Firefox Windows Password Manager, For example: http://192.168.2.111:8080/a_project and http://192.168.2.111:8080/b_project These two addresses have different usernames because different ports represent different projects, So far, accessing this address http://192.168.2.111:8080/a_project It will display http://192.168.2.111:8080/b_project The username and password Because the password manager can only store IP or domain names and cannot store ports and project paths, it is very inconvenient to use for instance: https://localhost:8080 and https://localhost:9090 They actually need to save their respective usernames and passwords separately, but currently they can only https://localhost To save, when I access//localhost: 8080, it still displays the username and password under//localhost: 9090. Is this issue a bug or does it require some configuration to be enabled?