Hi, Is it possible to obtain the post data in isapi filter ? if so, in which of the stages and what is the data structure - SF_NOTIFY_READ_RAW_DATA ? Thanks, Gilad.
gilad, SF_NOTIFY_READ_RAW_DATA is the previous IIS5 notification under which you'd be able to access the full HTTP packet arriving at IIS. With IIS6, you still have the ability to access and/or change the payload via a Wildcard ISAPI Extension. David has already answered a similar question on http://blogs.msdn.com/david.wang/archive/2006/05/10/HOWTO_Access_POST_form_data_with_ISAPI.aspx cheers, Tiago Halm "gilad" wrote in message news:1145178267.882413.239560@j33g2000cwa.googlegroups.com... > Hi, > Is it possible to obtain the post data in isapi filter ? if so, in > which of the stages and what is the data structure - > SF_NOTIFY_READ_RAW_DATA ? > > Thanks, > Gilad. >