How to Get(listen) to POST and GET Methods send to my server
Moderator: General Moderators
-
arefenayat
- Forum Newbie
- Posts: 3
- Joined: Wed Feb 18, 2015 9:44 am
How to Get(listen) to POST and GET Methods send to my server
hi guys i want to Get all POST and GET Methods which Everyone send to my server web applications and save as log with php. how can i do this ? (in xampp)
Re: How to Get(listen) to POST and GET Methods send to my se
Apache log should already be catching all requests. If you want to do it separately in PHP, say to keep the parameter values or something, point everything to a front controller and log it there.
-
arefenayat
- Forum Newbie
- Posts: 3
- Joined: Wed Feb 18, 2015 9:44 am
Re: How to Get(listen) to POST and GET Methods send to my se
but apache don't log post Requests content
Re: How to Get(listen) to POST and GET Methods send to my se
If you want to do it separately in PHP, say to keep the parameter values or something, point everything to a front controller and log it there.
-
arefenayat
- Forum Newbie
- Posts: 3
- Joined: Wed Feb 18, 2015 9:44 am
Re: How to Get(listen) to POST and GET Methods send to my se
php_value auto_prepend_file log.php