A Cors proxy letting the browser manages cookies and redirects. Based on the work of several repositories like https://github.com/miguelduarte42/cloudflare-scraper
npm install cookie-aware-cors-proxy
- Translates cookies and redirect locations from the target website to have the browser continue to call the proxy and not directly the website
- Extensive and dynamic support for log and debug information
- Two engines: a lightweight and one based on chrome to support websites running javascript
node run start
TODO (same api as request package)
- replace request usage with axios