Conduit HTTP Connector v0.4.0
· One min read
Conduit HTTP Connector v0.4.0 is now available, introducing a new configuration parameter for the source and destination connectors.
Key Highlights
- Add a
validateConnection
configuration parameter This release adds the new configuration optionvalidateConnection
, giving the user the freedom to choose whether to validate the connection to the HTTP server before streaming data or not. This can be useful if the source or destination's HTTP server don't support receivingHEAD
requests (which is what the connector uses to validate the connection), or if the server is not expecting such a request. So now the user can choose if the connection will be validated or not.
Have questions or feedback? Join us on Discord.
tip
For more information, check out the full HTTP Connector documentation.