Skip to main content
Sets a single base URI for every request the connection sends, combining the host and the path prefix in one step. Use this when all your requests target the same server and share a common starting path, such as 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 to https://api.example.com/v1, so a request for /products ends up at https://api.example.com/v1/products.
FieldValue
URIhttps://api.example.com/v1
Replace host in requestoff