+ 3
Why is the post method secure rather than the Get?
After all you are just posting not getting
2 Réponses
+ 5
According to my understanding of your question-
"Because POST method doesn't display the user's information while GET shows that."
+ 2
POST is secure than GET because POST encrypt user data or information whereas GET display or show user data in the Uniform Resources Location(URL) bar.