Azure – Cannot read request body in HttpRequestTelemetryInitializer
I want to read the Body of incoming requests with the help of my HttpRequestTelemetryInitializer class. Although my GetRequestHeader method works successfully, I get the following error on the var body = reader.ReadToEndAsync().Result; line of my GetRequestBody method. ** ERROR:…