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 athttps://api.example.com and only fills in the host when a request does not already have one.
| Field | Value |
|---|---|
| Host | https://api.example.com |
| Replace host in request | off |