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 const licenseapi = new licenseapi({ apikey '12345678 4bfe 4e3a 8737 757004d6294c', sharedkey 'eyuhrlajvivtisfixpxpkhw78f4ewy 00 12345678', appname 'js sdk test 1', appversion '0 0 1', proxy { host '127 0 0 1', port 9000, }, }); option 2 by by calling the setproxy method on an initialized licenseapi , licensemanager or floatingapi object, e g licenseapi setproxy({ host '127 0 0 1', port 9000, }); for the type declaration of the proxy definition object, see axiosproxyconfig in the type declarations docid\ mzzqrupoqeqxnuuwsxniz article