SDKs
node.js SDK
Proxy
2min
All calls to the server can be proxied by providing a proxy definition in either of the following two ways:
By providing a proxy definition in the initialization config argument for LicenseAPI, LicenseManager and FloatingAPI, e.g.:
By by calling the setProxy method on an initialized LicenseAPI, LicenseManager or FloatingAPI object, e.g.:
For the type declaration of the proxy definition object, see AxiosProxyConfig in the Type Declarations article.
Updated 03 Mar 2025

Did this page help you?