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
{{ message }}
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
I am using the .NET Core Redirection Module to forward some external traffic to an internal URL.
The logs on the IIS reverse proxy site appear fine.
This results, I think understandably, in a validation rejection, due to the port delimiter:
A potentially dangerous Request.Path value was detected from the client (:)
However, I cannot get the AspNetCoreModule to respect
web.config
changes to validation policy.Worth noting that the ported destination is running in-process and otherwise responsive.
This is my proxy
web.config
, with the usual cabal of validation changes:The text was updated successfully, but these errors were encountered: