Hi everyone I had take a look a the embeded perl and all of his variables. It seem only to parse client input. Is it a way available to parse response provided by a backend accessed throught a proxy_pass ?? Thanksby thanatos - How to...
HI... Still nothing...any developpers in the room ;)by thanatos - How to...
Sorry but this settings is empty.. I test with a POST ( wich contains Client Body data, so said Wireshark ;) I had the following location / { proxy_pass http://restaunauts; set $VALUE1 $request_body_file ; set $VALUE2 $request_body ; set $VALUE3 $remote_addr ; } Debug Gives : 2009/07/16 00:40:07 1by thanatos - How to...
I'm sorry guys, here too it simply doesn't work. Anyway thanks for trying to help me...anyone got another idea ? I will try to debug / print this variable....by thanatos - How to...
Thanks for your feedback, I got the 0.8.5.. Do you understand what mean "The significance of this variable appears in locations with directives proxy_pass or fastcgi_pass. " Here for example my configuration : if ($request_body ~* "notwanted" ) { return 403; } So by my understand, if in the post i got somewhere a string "notwanby thanatos - How to...
Hi Everyone,, What is really $request_body variable. I had try a regex to match a client post body, but it doesn't seem to match anything.. I had added it to the Log file, and it seems to be alway empty. Someone know something about it ? Thanksby thanatos - How to...