Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save Username/Password on Google Chrome for a localhost Address

Google Chrome does not allow me to save a Password and Username for one of my locahost addresses. It didn't have this problem in past versions but now I get the warning that the address is missing a .com at the end.

Does anyone know a way to force Chrome to accept credentials for one of my localhost applications?

For my server type I'd rather not use 127.0.0.1

Sample of error message

like image 365
iChido Avatar asked Sep 10 '25 19:09

iChido


1 Answers

Try adding a . sign at the end. The error should disappear and password suggestion on the page should work.

like image 171
drigue Avatar answered Sep 15 '25 13:09

drigue