I am developing a system where security is more important than normal, for this reason I have had to implement several measures to avoid or minimize any type of attack, so far it has gone well for me. I use MVC and OOP in PHP and I have noticed that every time the system calls the Login Validation Controller (I use JavaScript fetch), in the Network tab of the console, the password is clearly visible (as seen in the picture).
I have searched the internet regarding the issue, what can be done to avoid this situation but I have not been able to get relevant information, I would greatly appreciate the help.