apache - Query string (URL) lead to 403 -
please me on this.already tried disable mode_security module through .htaccess no use.
php version 5.6.30
apache redirect request 403 page if pass parameter below.
&test[object_type]=0
the name (object_type) leads 403 page.
eg:http://www.cudec.com.my/?test[object_type]=0 ✖ not working leads 403
eg:http://www.cudec.com.my/?test[object_types]=0 ✓ working
will update post full answer got more information work ;)
i tried call 403-url:
you don't have permission access / on server. additionally, 403 forbidden error encountered while trying use errordocument handle request.
you ensured modsecurity 1 replying 403? looks more folder permissions insufficient.
check if documentroot @ least readable users (an 'r' @ last triple or 4 in last byte).
if it's modsecurity, have /var/log/apache2/modsecurity_audit.log , should see rule (by id) 1 throwing 403 , reason (error-msg in rule) why.
does http://www.cudec.com.my/?test[object_types]=0 return expected result?
the parameter doesn't seem interpretated when using &test[object_type] instead of &test[object_types] , target ressource / seems have insufficient rights, same error-pages...
Comments
Post a Comment