Skip to main content
Adds a host to every request the connection sends out. You give it a URI, and the connection fills in the scheme (such as https), the host name, and the port from that URI. Use this when the requests built elsewhere in your configuration only carry a path, and you want one place to point them all at the right server. By default it only fills the host in when one is missing, but you can switch it to overwrite the host on every request.

Fields

Sample data

This plugin changes outgoing HTTP requests on a live connection rather than transforming integration data, so there is no before/after to show. The configuration below points every request at https://api.example.com and only fills in the host when a request does not already have one.
FieldValue
Hosthttps://api.example.com
Replace host in requestoff