Retrieving HTTP Request using doc.getItemValue

Hi,

I am trying to retrieve the contents of a HTTP request using LotusScript as follows:

doc.getItemValue(“Request_Content”)(0)

It works fine as long as the request size is within a certain limit (32 k) but not for longer requests.

Can anyone suggest a way to get the entire request (even when it exceeds 32k)??

Thanks…