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
Post a Comment