I would like to make log in process more safely. And to achieve it i'm thinking to start using https. I have never used it before.
Now on main page user see login link, and div
with login form already loaded with the main page together. User click on login link and see immediately LoginForm. in action attributes of form I will put url beginning from htts
. So my question: Will these username and password send out by protected protocol or not ?
P.S. I have no registeres certificate, so most modern browsers actually show page about risks ... so how usually everyone solve such issues?