Hi!
I wonder whether Request's #secure property should honor x-forwarded-proto if the request is proxied?
For example, running deno server behind an HTTPS terminator (traefik/nginx) does not allow to set secure cookies (formally, deno receives HTTP request).
TIA
Hi!
I wonder whether Request's
#secureproperty should honorx-forwarded-protoif the request is proxied?For example, running deno server behind an HTTPS terminator (traefik/nginx) does not allow to set secure cookies (formally, deno receives HTTP request).
TIA