POST request can not bypass ACL checks?
807567Dec 31 2009 — edited Dec 31 2009Hi,
i have a requirement where i can upload large files thru the application, As GET request is having limited size access to upload, we changed the code to POST request, as soon as the request hit web server 6.1 version, we are seeing the below error messages in web server log file.
[22/Dec/2009:13:51:15] fine (28406): POST requests for virtual server vs-https-stg-service cannot bypass ACL checks
For GET request it is safely bypassing the ACL checks..
any idea what went wrong and what needs to be change at web server level...?