yude / retro-proxy

A https to http proxy that allow old browsers to access modern sites, with conversion and compression options.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retro Proxy

This program does two things:

  • bypass modern https, which requires encryption that vintage web browsers don't support
  • attempts to modify modern web pages to make them usable on vintage web browsers and computer hardware

You can also selectively bypass the second part for sites you know will work.

Quick Start

Assuming you have Node and Yarn installed:

git clone https://github.com/DrKylstein/retro-proxy.git
cd retro-proxy
yarn install
cp example.env .env
yarn start

About

A https to http proxy that allow old browsers to access modern sites, with conversion and compression options.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 85.7%Language:Shell 12.6%Language:Dockerfile 1.6%