Project

General

Profile

[Solved] How to log the POST fields of the request?

Added by cst_zf over 14 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?


Replies (1)

RE: [Solved] How to log the POST fields of the request? - Added by gstrauss over 3 years ago

Your backend application which reads the POST request body should log the POST request body as you see fit.

    (1-1/1)