Task - Proxy to Destination

This task proxies the current request onwards to the specified destination, and returns the result.

Note that this task must be the last in a sequence - no other tasks or locations are processed after this.

Proxy to Destination

Description

Contains a description of the task, enter the reason for its existence here.

JSON key: description
Default value: Blank

Destination

Select the destination to proxy the request to.

JSON key: destination
Default value: None

JSON Configuration

Below is a set of example configuration.

{
  "destination": "demoapp",
  "description": "proxy onwards",
  "class": "io.ceptor.pipeline.tasks.ProxyToDestinationTask"
}


© Ceptor ApS. All Rights Reserved.