Does anybody know how to check http request using post method to check buffer overflow in a generic way? I mean, I would like to check the whole request and compare with a determined size to avoid buffer overflow. If the requests was using get method, I could use "QUERY_STRING" environment variable but for post method, I don't know how.<br>Any comments will be very helpful.<br>Thanks all,<br>