Do a POST (vs GET) in LotusScript?

We’ve been told we need to issue POST commands instead of GET ones to a server that we’re connecting to. (We’re using SSL so the transmissions are supposedly safe but all URL requests are automatically logged in their unprotected format on the other server’s log.)

I read through the LotusScript commands and the only thing I see is GetDocumentByURL which is a GET. I’ve seen postings that describe how to do this using the Windows API but this has to be done in a back-end agent so those aren’t relevant to us.

Is there any way to do a POST instead of a GET in LotusScript?

A POST isn’t just a URL string coded differently, is it?

Subject: on Win32? Try this… (Do a POST (vs GET) in LotusScript?)

http://www.codestore.net/store.nsf/unid/DOMM-4ZPHD5?OpenDocument

Subject: Do a POST (vs GET) in LotusScript?

Some of these may help you

17 postings in this forum http://www.lotus.com/ldd/nd6forum.nsf/search?SearchView&Query=http%20post&SearchOrder=1&SearchMax=250&SearchWV=FALSE&SearchFuzzy=FALSE&Start=1&Count=100

173 postings in the ND4-5 forum http://www.lotus.com/ldd/46dom.nsf/Search?SearchView&Query=http%20post&SearchOrder=0&Start=1&Count=100