Processing Upstream Responses
Last updated
Was this helpful?
Last updated
Was this helpful?
Let's take a look at how responses from upstream systems provided by / or actions can be processed further.
The provides you with the raw body of an HTTP response. For further processing, it may be necessary to parse the body using functions like or :
The gives additional information about upstream responses like the HTTP status and the headers. The following recursive demonstrates a general way how to follow a redirect:
request.xml:
To just pass the upstream response downstream you can use the :