How can I get remote IP address in Azure function?
The MS_HttpContext
property is not present in the properties of HttpRequestMessage
, so I cannot use the solution here: How to get client IP address in Azure Functions C#?
Getting Forwarded For IP address is easy (from the headers, as shown in the link above), but how can I get the remote IP address?