Originating request IP address retrieval #414
Description
It appears that the ability to retrieve this information is governed by support for IHttpConnectionFeature.
However, support for this is listed as 'No'. This is backed up by the fact that Kestrel returns null when you try and Get() the feature.
While the other two options on that page do support it, I was under the impression that they were either deprecated, or discouraged. When Kestrel being the recommended hosting platform circa beta 8(?).
Not having this information available seems like a strange oversight to me, so am I missing something?
Is there some other way that I am missing to get this information in Kestrel?
If not, does 'No' mean never, or is it just something that's on the roadmap which hasn't arrived yet?
If it is something on the roadmap, then is there an approximate ETA for when support will be added?
I have a project that will require a flag to be set if the request is sent from within the internal network, and I would rather not get myself into a situation where I am going to need to be scrounging for third party hosting support because the official recommended hosting option doesn't support it.