bc-web echo

This is a URL that simply echoes its arguments and details about the environment in which it is executed.

BeyondCron will use this url when a webhook jobs’ url is within the example.com domain.

Usage

http://localhost:8080/echo/…

Configuration

The length of time that an echo job runs, and its chance of success, can be configured using configuration, property and/or job variables

Examples

jsmith% curl http://localhost:8080/echo?name=John%20Smith

Request ------- GET http://localhost:8080/echo?name=John%20Smith   Header ------ accept: */* host: localhost:8080 user-agent: curl/7.81.0 &nsbp; Content -------

See also