How to set/change HTTP request method in DSAPI?

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

Subject: How to set/change HTTP request method in DSAPI ?

What calls you use to read the post data?

Subject: RE: How to set/change HTTP request method in DSAPI ?

IBM/Lotus admits that is a bug now. I will get a hotfix from IBM within a few days. I will test it and let you guys know if it works or not.

Here is the SPR# SSAA63PKFD. If you have support contact with IBM, you can ask them for a hotfix.