Rammerhead Proxy _best_
(Default port: 8080)
const https = require('https'); const fs = require('fs'); const options = key: fs.readFileSync('key.pem'), cert: fs.readFileSync('cert.pem') ; https.createServer(options, app).listen(8443); rammerhead proxy
: It fetches a website’s code, rewrites it on its own server, and then passes that modified code to your local browser for execution. No Installation (Default port: 8080) const https = require('https'); const