Skip to main content
Makes the connection automatically follow redirect responses instead of stopping at them. When the target service answers with a redirect, the connection sends the request again to the new location and returns the final response. Use this when an API moves resources or routes requests through one or more redirects and you want the call to land on the final destination without extra handling.

Fields

Sample data

This plugin changes how the connection follows redirects rather than transforming data, so there is no before/after to show. The example below follows redirects while keeping the original request headers and using the location header for status 300 responses.
FieldValue
Preserve headerson
Use location header for status 300on