-
Hi, I've noticed that the ASP.NET Core ILogger logs the full destination URL when proxying requests, as shown below:
Getting the destination URL prefix is not an issue, but I'm looking for a way to obtain the full destination URL. Is there a method to access this complete URL within a middleware component, or perhaps through an interface like IForwarderTelemetryConsumer? |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Nov 1, 2023
Replies: 1 comment 1 reply
Answer selected by
noh626
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/microsoft/reverse-proxy/blob/2077576b271064c7d14f306c4ed345e4c5d02f24/src/ReverseProxy/Forwarder/HttpForwarder.cs#L438