Using Python to copy Flask requests to another Flask app Using Python to copy Flask requests to another Flask app flask flask

Using Python to copy Flask requests to another Flask app


As others have said in the comments, the best kind of proxy is that provided by your web server. However sometimes you actually need your web application to do the proxying, in that case see this answer: Proxying to another web service with Flask