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
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