-
## Expected Behavior / New Feature
i am following Ocelot Offical document to build up a API gateway under .Net Core 3.1.
https://ocelot.readthedocs.io/en/latest/introduction/gettingstarted.html
…
-
Our company plans to use Ocelot as API gateway for the company intranet services. We had below authentication problem when routing the SignalR requests using Ocelot. Is this a defect of Ocelot or do I…
-
I have deployed the API-Gateway in Azure APP service. This was done after test this gateway in local environment.
Once we try to access the swagger page or the URL of the API-Gateway, we are gettin…
-
Hi Team
We are implemented the Ocelot in dot net core project..
We are created the reroutes for two different kind of API's.
While running the Ocelot with reroutes in my browsers it provide…
-
## Expected Behavior / New Feature
When I specifies the builderAction parameter in app.UseOcelot method, run the api gateway and navigate to the upstream URL, I would expect that api gateway can retu…
-
I have built Microservice with .NET Web API. All the API's are implementing hangfire background jobs. After implementing API gateway using ocelot, the Web page of the Hangfire dashboard is not loading…
-
## Expected Behavior
The response from the downstream service should be forwarded for the incoming request, and the gateway should not return a [499](https://github.com/search?q=repo%3AThreeMammals…
-
## New Feature
If the API gateway needs to be serve multiple teams, each team can only manage its own services, so we need a management UI. Each team can manage its own services in the management U…
-
As both middlewares should be at the end of the pipeline, they cannot work together.
## Expected Behavior / New Feature
It is expected to allow Ocelot to "bypass" the calls if they do not match …
ghost updated
8 months ago
-
Update: Disregard this, https redirection was losing the authentication header. Everything works
This seems to work on 2.0.2
Hi, sorry to post question like this, i just dont know what else …