Welcome! Log In Create A New Profile

Advanced

Access to POST request body without LUA

Posted by stalkerX 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.

Online Users

Guests: 64
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