In my IFunctionsWorkerMiddleware cannot get value request body and next(context) do nothing
Hi i’m implementing a middleware in project azure function (Isolated), i need get the value from request body and show it in console (from middleware class), but i ever get empty value “”, and another problem its the functionality in the next(context) method apparently its not called and never ends.
My IFunctionsWorkerMiddleware on azure function isn’t invokated
im trying to implement a middleware for my azure functions type httprequest, im using the interface IFunctionsWorkerMiddleware on .net 6.