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
When the trust proxy app setting is truthy, [the hostname] property will instead have the value of the X-Forwarded-Host header field.
Unfortunately, the hostname code doesn't seem to actually do that. Tests that are listed below fail due to this. Seems like either the docs or the code needs to change.
Regarding
Request.hostname
, the lambda-express code states:Unfortunately, the
hostname
code doesn't seem to actually do that. Tests that are listed below fail due to this. Seems like either the docs or the code needs to change.Unit Tests
The text was updated successfully, but these errors were encountered: