https://github.com/karanpratapsingh/system-design
option 1. use an ssh tunnel, then you can connect one machine to another as if it would be localhost ssh -f -N -L 127.0.0.1:11434:127.0.0.1:11434 root@your-remote-server
HTTP Header
myInit = { method: 'GET', headers: { 'Content-Type': 'application/javascript' }, mode: 'no-cors' }; url = "https://charleskarpati.com/cv/dialogs/holiday.js?t="+Math.floor(Math.random() * 100000) myRequest = new Request(url, myInit); fetch(myRequest).then(function(response) { return response.text(); }).then(function(response) { console.log(response) });