Get the error 403 Forbidden when I trying to use an encoded URL, for example, the original URL and working is
but when I use
http://myip.com/mypgm.pgm%3FUSR%3Dname%26CTA%3D6822%26VAL%3D1
I get the error, how can I allow the execution of an encoded URL in my httpd.conf? I am not using any mod_security.
I have to send the URL as parameter, that's why I am testing the URL in this way. I'm working over AS400.