pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
908 stars 186 forks source link

Ports Not Being Picked Up #650

Open 0Neji opened 6 years ago

0Neji commented 6 years ago

Hi,

First of all, really been struggling to find the perfect password manager but KeePass and ChromeIPass has got me very close.

Anyway, I do a lot of .NET development and my projects set up in Visual Studio run on localhost with different ports for each project. My problem is that the ports don't seem to be picked up properly - in KeePass I put the URL as localhost:12345 but ChromeIPass doesn't seem to pick up my credentials. If I change the URL to localhost it works fine. Obviously, this also brings back every other site just set to localhost.

I did a search for this but only found the following issue: https://github.com/pfn/passifox/issues/87 - this appears to suggest that it should work but doesn't seem to for me.

Am I doing something wrong or is this not supported?

Thanks,

Ben