Back to FabImage Studio website

You are here: Start » Filter Reference » System » HTTP » Http_SendBinaryData

Http_SendBinaryData


Module: FoundationLite

Sends a raw HTTP request.

Name Type Range Description
Input value inUrl String URL of request.
Input value inHeaders StringArray Request headers to send. They will be automatically encoded.
Input value inHeadersData StringArray Request headers to send. They will be automatically encoded.
Input value inData ByteBuffer Binary data to be send.
Input value inTimeout Integer 0 - Request timeout in seconds.
Input value inAllowUntrusted Bool Whether or not to allow untrusted SSL certificates.
Input value inCaCertFile File* File holding one or more certificates to verify the peer with.
Output value outAnswer ByteBuffer? Answer data.
Output value outResponseCode Integer Answer code. Typically 200 for OK.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Different size of inHeaders and inHeadersData in Http_SendBinaryData.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.