v1

latestSwagger 2.02026-07-17502976.2 KB
Proxy

Proxy Request

Proxies a request through the Cyclotron service. This wraps the Request library, and supports all options documented here: https://www.npmjs.com/package/request#requestoptions-callback. The only required option is "url"; all others are optional.

Decrypts any encrypted values embedded in the request, in the form of !{encryptedText}.

post/proxy

Request body

urlstring

Target URL for the request.

Response

The proxy response.

headersobject

Map of headers from the reponse returned by the proxied request.

bodyobject

The body of the response returned from the proxied request.