Hi All, I am working on a project about capture the http request (Get Or Post), and then block the request or modify the parameter base on some criteria. Working platform is IIS7, and using CHttpModule with VS 2008 C++. The problem is the IHttpContext->getRequest() only provide the methods ReadEntityBody...