GET
/
proxy
curl --request GET \
  --url http://localhost:8080/proxy \
  --header 'T-PROXY-URL: <t-proxy-url>' \
  --header 'T-REQUEST-ID: <t-request-id>'
{}

Headers

T-PROXY-URL
string
required

Target URL to proxy the request to

T-REQUEST-ID
string
required

Unique identifier for the proof request

T-REDACTED
string

Comma-separated list of fields to redact in format [req|res]:[body|header]:[field_name]

T-PROVE-FAILED-REQ
string

If present, proof generation will continue even for failed requests (status >= 400)

Response

200 - application/json
Successful response from proxied endpoint with proof generation initiated

The response is of type object.