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
Hi,
I would like to use the Add-PodeAccessRule together with IIS. However, it seems that the only client IP the Pode server sees when behind IIS is 127.0.0.1. Is there a way of propagating the client address in X-FORWARDED-FOR header and use that instead for Add-PodeAccessRule?
Kjetil
The text was updated successfully, but these errors were encountered:
Yep, this is possible. I've recently just refactored all Access rules to a new Add-PodeLimitAccessRule, and the new New-PodeLimitIPComponent can now support this :)
I've added the support for retrieving the IP from the X-Forwarded-For header in the above commit, and can also confirm that IIS does add this header by default.
Hi,
I would like to use the Add-PodeAccessRule together with IIS. However, it seems that the only client IP the Pode server sees when behind IIS is 127.0.0.1. Is there a way of propagating the client address in X-FORWARDED-FOR header and use that instead for Add-PodeAccessRule?
Kjetil
The text was updated successfully, but these errors were encountered: