Failed to use string "execute (" in GET or POST

If I use the URL www.mysite.com/?test=execute (the $ _GET array will always be emtpy. I noticed this when I tried to submit a form with the string "execute (" in ", it would not send.

This includes POST and GET, it does not accept the string โ€œexecute (". Is this a security feature on the server since it works fine on my local computer?

+6
source share
1 answer

Apache probably has mod_security installed.

+1
source

Source: https://habr.com/ru/post/917294/


All Articles