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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -