Description:

Making requests to remote HTTP servers. Supporting common HTTP methods. Storing results as new flowfiles upon success. Routing to failure on error.

An HTTP client processor that converts FlowFile attributes to HTTP headers with configurable HTTP method, URL, etc.

Adds Attributes:

Attribute Name Description
invokehttp.status.code The status code that is returned.
invokehttp.status.message The status message that is returned.
invokehttp.response.body The response body.
invokehttp.request.url The request URL.
invokehttp.tx.id The transaction ID that is returned after reading the response.
invokehttp.remote.dn The DN of the remote server.

Properties:

Relationships: