On Mon, Jul 10, 2023 at 06:27:04AM +0200, Sten Grüner wrote:
Hi there,
> Got to do rewrites, since otherwise nginx breaks urlencoded query
> parameters.
Yes, that sounds like a good reason to not just use "the obvious" config.
So -- following the example in the trac ticket that you linked,
Hi Francis,Got to do rewrites, since otherwise nginx breaks urlencoded query parameters.nginx proxy_pass and URL decodingstackoverflow.comBRAm 10.07.2023 um 01:09 schrieb Francis Daly :On Fri, Jun 30, 2023 at 11:29:21AM +0200, Sten Gruener wrote:Hi there,I trying to mix authentication for POST req
On Fri, Jun 30, 2023 at 11:29:21AM +0200, Sten Gruener wrote:
Hi there,
> I trying to mix authentication for POST requests with some
> rewrite/proxy_pass logic. This mean that password is required only on
> POST/PUT requests.
This does not answer the question you asked, but is there a reason for
Dear all,
I trying to mix authentication for POST requests with some
rewrite/proxy_pass logic. This mean that password is required only on
POST/PUT requests.
location /x/ {
limit_except GET OPTIONS {
auth_basic "Write Access";
auth_basic_user_fi