truongnguyengithub
Results
2
comments of
truongnguyengithub
add config in `public void Configure(IApplicationBuilder app, IWebHostEnvironment env)`, not using middleware ```csharp app.Use(async (context, next) => { context.Request.EnableBuffering(); await next(); }); ``` Ocelot setting json: ```json { "DownstreamPathTemplate": "/notice/{eveything}",...
Hi @raman-m I am looking to solve the SSE issue when using Ocelot for my project. It would be great if Ocelot Core was updated with this protocol. I hope...