Discuss this help topic in SecureBlackbox Forum
Sends custom request to the server.
Declaration
Parameters
- URL - resource address. This method does NOT encode the parameters that you pass in the URL, they need to be encoded prior to calling the method.
- Method - specifies request method.
- Content - specifies request body.
- CloseStream - specifies if the content stream should be freed after request execution. The default value is False.
Return value
Returns HTTP result code.
Description
This method allows to send custom HTTP requests to the server.
Discuss this help topic in SecureBlackbox Forum