Welcome to the Send to HTTP component

This route and eConnector component is used to send data through a web form. The component submits documents and field values to a specified web service(URL). The data is transmitted in a HTTP POST request in the form of multipart/form-data. You can load a page that contains a web form in a built-in web browser and fill in the fields of the form directly on the page, the component will detect the fields from the page and add them to the request.

The capabilities of the component is not restricted to submitting web forms, it can send data to any web service that is able to recognize such requests. In this case you have to specify all fields manually.

The component support NTML and basic authentication with SSL encryption.