Re: X-Forwarded-Prefix

2023-01-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
In a brief search, I could not find any docs for X-Forwarded-Prefix. MDN documents X-Forwarded-For and others: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For To customize those functions, you could use a middleware to modify requests to wrap them: class

X-Forwarded-Prefix

2023-01-24 Thread 'Marc Perrin' via Django developers (Contributions to Django itself)
Hi, I've been looking at the current support for X-Forwarded headers (cf. https://code.djangoproject.com/ticket/30729 or https://code.djangoproject.com/ticket/31354 for example). Is there any plan to deal with *X-Forwarded-Prefix*? Or is that header not std enough? If not, I'm not