Log POST data in Apache
Hi there
I want a way or config to log POST data that send to my sites and server
For example When a user open site.com/login.php I actual he send username and password in POST method like this :
username=user&password=pass&submit=1
I can find site.com/login.php in my log files But I can not find anything about POST data that sent to login.php
How I could enable this option?
-
Hello :) You could install a custom Apache module (mod_dumpio): Apache Module: DumpIO - EasyApache - cPanel Documentation You may also find this thread helpful (someone found Mod_Security better suited to read the POST data): Enabling mod_dumpio logging Keep in mind this module is typically reserved for debugging, and thus produces much more logging than normal. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment