WSGI Script to dispatch request based on request header
Installation
pip install flask paste
usage
python request-wsgi-dispatcher.py
This will serve all POST
requests from backend_app
and all other requests from Flask
app.
TL;DR read atleast
the code luke