H
H
hellfleet2020-04-28 21:44:51
PHP
hellfleet, 2020-04-28 21:44:51

How to log data from a php POST request?

php-fpm
A simple example.
GET /index.php?some-action
After this request, php will send the data to another server as a POST request.
How to log the request body?
Is it possible to do this without making changes to the php code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
Wynell_ru, 2020-04-29
@Wynell_ru

What happens on the server cannot be tracked without access to it.
And if you have access to the server, then you probably have access to the code :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question