mig-axios
v1.0.0
Published
Axios for MIG with limited concurrency and proper HTTP_PROXY support.
Readme
mig-axios
Axios for MIG with limited concurrency and proper HTTP_PROXY support.
Note: Node.js 24+ only !
For proper usage behind proxy in node, please set the following environment variables:
HTTP_PROXY=<URL TO PROXY> e.g. http://migproxy.knipsel.lan:8080/
HTTPS_PROXY=<URL TO PROXY>
ALL_PROXY=<URL TO PROXY>
NODE_EXTRA_CA_CERTS=<PATH TO PROXY HTTPS CERTIFICATE> e.g. /home/user/mig.cer
NODE_USE_ENV_PROXY=1
NODE_USE_SYSTEM_CA=1
NO_PROXY="localhost,127.0.0.0/8,::1,*.knipsel.lan,10.*,192.168.63.*"
