Proxies a request through the secret. The secret is injected into the request
headers server-side (it never leaves the platform). The upstream response -
success or error - is returned as a raw Response (inspect .status/.json()/
.text() as you would a fetch response, including streaming and binary
bodies). The one exception is a CBK authorization_required signal, which is
thrown as an AuthorizationRequiredError carrying the url the user
must visit to authenticate.
Proxies a request through the secret. The secret is injected into the request headers server-side (it never leaves the platform). The upstream response - success or error - is returned as a raw
Response(inspect.status/.json()/.text()as you would afetchresponse, including streaming and binary bodies). The one exception is a CBKauthorization_requiredsignal, which is thrown as an AuthorizationRequiredError carrying theurlthe user must visit to authenticate.