You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options must pass as instance of http client. i think could be extra options that merge all axios options might be needed for any usecase. why not?
global setting for entire library not good practice i think.
specially when you using axios other part of your project.
<script>
if (!('fetch' in window)){document.write('<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch.umd.min.js"></script>');}</script>
many developer not care about older browser. could be enough
Description
I need to full control client in nodejs. server could be behind nginx with mutual tls validation.
using
httpsAgent
Steps to reproduce
how can i add in Node.js ENV add
ca
client-cert
andclient-key
?Expected Behavior
axios client certificate supported fully
Actual Behavior
there is no documentation for that. Even in server hardening configuration.
The text was updated successfully, but these errors were encountered: