Hi,
I wanted to access the body of a HTTP request and I see in the documentation that an filter provides an handle to MHTTPDataSupplier class through which the data of a request can be retrieved, but I am not aware as to how I can access this data supplier to retrieve the information of this data supplier.If i try to use the following code, it gives a EUser CBase 42 panic, which says that there is already an active object running(meaning there is a data supplier already present)
iDataSupplier = aTransaction.Request().Body();
iDataSupplier->GetNextDataPart(Ptr);
Can anyone please let me know how to access the datasupplier provided by the filter.



