Very simple cookie based challenge
git clone https://github.com/w8oo/simple-cookie-based-challenge.git
cd simple-cookie-based-challenge
npm init -y
npm install express cookie-parser
npm install http-proxy-middleware
you can edit the proxy port
const port = 80;
and the backend
const backendUrl = 'https://1.1.1.1'; // Replace with your actual backend URL
I made this code for fun. Perhaps you are interested in other reverse proxy software, such as Baloo-Proxy or PoW-Shield