How to view Nginx request string? -


i'm not sure how view request string in nginx, example get/post request.

in context; if wanted block mysql injection attacks:

if($query_string ~ /(\%27)|(\')|(\-\-)|(\%23)|(#)/ix) {     return 403; } 

does know how to/the variable it's under?


Comments

Popular posts from this blog

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -