Access External Service

Access an external service through a proxy URL. The URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT or HTTP MERGE), and delete (HTTP DELETE).

Syntax

Perform an HTTP request at the following URL:

http://domain:port/[public/]/{proxyName}

Parameters

Returns

If successful, returns a 200 OK status code and a response body.

Examples