I want write a IIS filter, I want it to check every http-header sent by scripts(include cgi, isapi),
after I read ther microsoft document I know the CHttpFilter::OnSendRawdata() is useful,
but I don't know the detail of the struct HTTP_FILTER_RAW_DATA.
so I need help

thanks