Hello I have several application servers at the back end.
I want all inbound requests to go through some authentication and authorization logic. I’m wondering is it possible to have a wsgi application that does the auth logic, and if the auth logic succeeds, then the request is proxied on to some other server (perhaps a remote server or perhaps a local wsgi application) for execution? thanks as _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
