-
We're from rupeng.com, an online education company of China.
geffzhang is my friend.
We developed a course on .Net Core Microservice that using Ocelot as API GateWay.
We want to donate Ocelot, but …
-
Hi there! Thanks for the tool, it's pretty awesome.
## Expected Behavior / New Feature
I'd like to skip some reroutings. What if I want to have an UI and serve static files in the same webapp?
I …
-
How and where do the controller methods like UpdateAllBasket in the Web.Shopping.HttpAggregator project get called? Do any of the services communicate with each other internally without the event bus?
-
Hi, Great job with ocelot !
I have a small question, is it possible to inject multiple PreQueryStringBuilderMiddleware ?
I have multiple cross-cutting concern I want to address in the my ocel…
-
When my downstream dotnet core 2.0 MVC service running in service fabric returns a 404 the request keep trying again and again until the upstream service timeouts out with a 504. If I have the same se…
-
I use this code to run a eureka server.
https://github.com/spring-guides/gs-service-registration-and-discovery
The java eureka client connects successfully to the eureka server. But not .Net Service…
-
## Current Behavior
When deploying a test instance of IdentityServer4 as a service to a single node local development cluster I discovered that creating a file results in access denied. This also h…
-
I already have a Service Fabric project in Visual Studio 2017 with the following projects:
- **Service Fabric Application**
- **Gateway** (ASP.NET Core with .Net Core and the API Gateway Ocelot)
…
-
Hello,
I have started designing API gateway using OCELOT, as BFF framework following [Microservices architecture](https://github.com/dotnet-architecture/eShopOnContainers).
Here my question is…
-
I'm probably misunderstanding the excellent documentation.
From what I could get, the same token is used to authenticate both my gateway and my API. Problem is, if someone using the client finds o…