Hello, I create a form for login with name and password. When I submit it with for example : name="BlueEagle" and password="pass123", i obtain the URL : http://localhost/page1.php?pseudo=FreeEagle&pass=pass123 I would like to hide the password in the URL. Is it possible ? Thanks.