proxy
Proxy server URL for SDK requests.
Last updated
Proxy server URL for SDK requests.
Attribute: proxy
Type: string
Default value: ""
provider.proxy = '';HTTP proxy URL through which facephi-sdk-provider routes requests to the Facephi services.
See the proxy configuration guide for server deployment.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
proxy={'https://proxy.example.com'}
/>Last updated