Differences between Node standard https and node-fetch when providing a certificate – Javascript
ADP's REST API requires that a SSL certificate and private key be sent with every request. When I use the 'standard, Node.js HTTP(S) module: require('dotenv').config() const fs = require('fs') const path = require('path') const certificate_path = path.resolve('../credentials/certificate.pem') const private_key_path =…