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?