Welcome! Log In Create A New Profile

Advanced

Access to POST request body without LUA

Posted by stalkerX 
Access to POST request body without LUA
July 07, 2016 12:19PM
Hey,

I will play with POST data that the client has send. But why? $request_body is empty (of course) and

echo_read_request_body;
echo $request_body;

prints the POST data, but

echo_read_request_body;
if ( $request_body ~ "(.*)" ) {
echo $1;
}

return an empty string. Same game with $echo_request_body

Any idea?
Thanks.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 198
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready