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 -

javascript - Reference error while trying to encapsulate an animation function -

SQL php on different pages to Insert (mysqli) -