https://api.example.com/v1. The connection fills in the scheme, host, and port from the URI, and prepends the path part to each request. As with the path plugin, the prefix is not added twice and any trailing slash is ignored. By default it only fills in the host 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 sends every request tohttps://api.example.com/v1, so a request for /products ends up at https://api.example.com/v1/products.
| Field | Value |
|---|---|
| URI | https://api.example.com/v1 |
| Replace host in request | off |