Hello, For a site like drive.google.com that allows you to upload files over HTTPS, I would like to be able to place an upper limit on the size of the files that can be uploaded. Using the HttpFox addon for Firefox, I can see that a whole bunch of GETs and POSTs get sent by the browser over HTTPS during the file upload process, with the actual file being sent by one of those POSTs. The problem is, my ACL based on method POST -- "acl post method POST" -- fails to match any of these POSTs! I can control POST-based file uploads over *HTTP* just fine by using an external ACL that checks for the size with the help of a external shell script. I'd like to be able to do the same for POSTs over HTTPS also. (I'm using Squid 2.6. ) Could someone please suggest a way? Many thanks, /HS -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Identifying-POSTs-over-https-tp4644642.html Sent from the Squid - Users mailing list archive at Nabble.com.