Answer the question
In order to leave comments, you need to log in
Nginx logs passwords in POST
Hey!
It costs nginx + passenger with default log settings. For some reason, data like this is stored in the logs:
[24/Feb/2012:10:07:59 +0000] "POST /users/authenticate.xml?login= korjik &owner_id=1&password= password HTTP/1.1"
Rummaged Google to get rid of from this. What do you advise?
Answer the question
In order to leave comments, you need to log in
Obviously because the passwords were not passed in the post body, but as uri arguments.
It is better to transmit hashed passwords in general, also with a salt inside.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question