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:

Option 1

By providing a proxy definition in the initialization config argument for LicenseAPI, LicenseManager and FloatingAPI, e.g.:

JS


Option 2

By by calling the setProxy method on an initialized LicenseAPI, LicenseManager or FloatingAPI object, e.g.:

JS


For the type declaration of the proxy definition object, see AxiosProxyConfig in the Type Declarations article.