Skip to main content
Prepends a fixed path to the start of every request the connection sends. Use this when all your requests share a common prefix, such as /api/v1, and you would rather set it once than repeat it on each request. The connection is careful not to add the prefix twice: if a request path already begins with it, the path is left as is. Any trailing slash on the prefix is ignored.

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 prepends /api/v1 to every request, so a request for /products is sent to /api/v1/products.
FieldValue
Uri/api/v1