Skip to main content

ProxyService

Proxy endpoint which sign requests with HTTP signature

Features

  • Allow to pass custom headers
  • Handle all HTTP methods, including uploads

Dependencies

Settings

PropertyTypeDefaultDescription
podProviderBooleanfalseIf true, the service will setup one proxy endpoint per POD.

Actions

The following service actions are available.

query

Make a request to a remote server through the proxy. The remote server must handle HTTP signature for this to work.

Parameters
PropertyTypeDefaultDescription
urlStringrequiredURL of the resource to fetch
methodString"GET"Method to use
headersObjectKey values to be passed as headers
bodyString or StreamBody of the request (can be a string or a stream for uploads)
actorUriStringActor URI which is sending the request