This application proxies incoming requests to the url specified in config.TARGET_URL. The response received from the server is converted to the following form:
- To the words of six letters added the symbol "™";
- URLs in the config.REPLACE_URLS list are replaced with the proxy server URL.
make dep
make run
and open in the browser http://localhost:8000
make docker-run
and open in the browser http://localhost:8000