A simple HTTP proxy server with a clean frontend interface.
- ✓ Load any website through the proxy
- ✓ Block local/private IP addresses
- ✓ Remove iframe-blocking headers for testing
- ✓ Debug endpoint showing recent requests
- ✓ Clean, responsive UI
- Files are already in place
- Run
npm install(Replit does this automatically) - Click Run or execute
npm start - Open the provided URL in your browser
- Enter a URL (e.g.,
example.com) - Click Load or press Enter
- The website loads in the iframe below
- Check
/debug/recentfor request history
/- Main interface/proxy? url=<ENCODED_URL>- Proxy endpoint/debug/recent- Recent proxied requests (JSON)
⚠️ Educational use only- Blocks access to localhost and private IP ranges
- No authentication - anyone with access can use it
- No rate limiting - prone to abuse
- Do not deploy publicly without proper protections
- just run npm install
- then run npm start
- or press the run button
- thats it i dont know the rest i struggle with js
- it canot run youtube or google.com
- at the moment
- sorry about any typos
- if you have any suggestions please make a pull request
- or email me at tobysaltmarsh@hotmail.com
- thanks for any help