webder/README.md
2024-03-21 14:50:01 +03:00

565 B

webder

Http/s proxy that render pages with js and returns HTML

Warning

This service is not purify html and not blocking XSS attacks. Also it is not block requests to localhost, etc. This is not intended to be used as a user-facing browser. Use it ONLY for making api calls from other services, make sure to run it behind a firewall and use a reverse proxy in front of it.

Features

  • Render pages with js (/render?url=...)

Usage

For env variables look to .env.example. Docker also supported.

npm install
npm run build
npm start