I implemented my login using html form with post method that will be redirected to home page upon success.
But when I look at dev tools network tab I can see the login request with the username and password from form data.
Is it not secure?
I implemented my login using html form with post method that will be redirected to home page upon success.
But when I look at dev tools network tab I can see the login request with the username and password from form data.
Is it not secure?