You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi!
I wonder whether Request's
#secure
property should honorx-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
The text was updated successfully, but these errors were encountered: