I wrote a filter for kFilterRawRequest. In the filter, if the request is a POST I read
the post data, do some processing, and then
I want to change the method from a POST
to a GET. I tried setting the method to
GET in the pEventData (FilterRawRequest) argument passed in
to my HttpFilterProc, but that does not do it -
domino server still sees it is a POST
instead of a GET.
Is there any way to change the request method
in DSAPI (using any filter or anything else)?
Any help would be greatly appreciated.
Thanks,
Lily