This is a FastAPI-powered proxy server that doesn't give a damn about your feelings.
# Get this bad boy running
pip install fastapi httpx uvicorn
# Fire it up
python main.pyALLOWED_HOSTS=http://localhost:3000,https://ur.domain.com# Hit it like this
https://your-server.com?url=https://target-url.comThis proxy is so permissive it'll forward anything. If you deploy this in prod without proper security, you deserve what's coming to you.
Now get back to work, you absolute psychopath.