Endpoints
ANY /proxy
Technically, any HTTP method can be used, but the most common use cases are GET and POST. Forwards a GET request to a target URL and generates proofs
GET
Headers
Target URL to proxy the request to
Unique identifier for the proof request
Comma-separated list of fields to redact in format [req|res]:[body|header]:[field_name]
If present, proof generation will continue even for failed requests (status >= 400)
Response
200 - application/json
The response is of type object
.