Re: [uWSGI] http proxying in response-route

2019-05-29 Thread mathieu lacage
Hi, In case anyone stumbles upon this question, I eventually found a working solution, documented below. FYI, I am going to use 2. upon production deployments. 1. "standard" HTTP headers: this is the solution I tried to get to work earlier without understanding that: - the rewrite plugin rewri

Re: [uWSGI] http proxying in response-route

2019-05-29 Thread mathieu lacage
By the way, for some reason, if you use offload threads, the above configurations (1 and 2) do not work (the client gets a 202). I have not yet been able to figure out what is causing this. It is possible to either disable them entirely or disable them only for this feature by changing the http ro

Re: [uWSGI] http proxying in response-route

2019-05-29 Thread mathieu lacage
Le mer. 29 mai 2019 à 14:05, mathieu lacage a écrit : > By the way, for some reason, if you use offload threads, the above > configurations (1 and 2) do not work (the client gets a 202). I have not > yet been able to figure out what is causing this. > disableheaders: is what was missing in this