Forums » Development »
Added by cst_zf over 15 years ago
i want to log the data send with the POST method (which you can read from $_POST in php)
what should i do ?
i just find request.content_length is the size of the POST data, where is the post data?
Your backend application which reads the POST request body should log the POST request body as you see fit.