-
Is the ocelet has the limitation of request body size?
I have api to upload file, the file size less than 20MB, the ocelet is ok.when the file size bigger, the ocelet will reponse 404.
-
Ocelot in IIS environment, using https protocol for request, request 6-7 times, it will be lagged, each time the waiting time is about 1-2 minutes
-
## Expected Behavior
I've setup a couple of sample ASP.Net 6 APIs, one of them with Ocelot as the gateway, and tried to route requests to a given endpoint to a donstream API. Debugging with Rider eve…
-
## Expected Behavior / New Feature
Gateway should return response from downstream api path
## Actual Behavior / Motivation for New Feature
We have hosted 2 application on IIS (windows server), f…
-
I'm using Ocelot in an IIS environment.
When several HTTP calls are made to the gateway, Chrome opens new ones (different ConnectionIDs) instead of reusing the old ones, exhausting the available sock…
-
## Expected Behavior
The action of the api does not correctly receive the cancellation token when aborting a request through Ocelot.
## Actual Behavior
By calling the api directly and while it …
jurgi updated
9 months ago
-
I'm having issues when trying to use Ocelot with .Net version 6 deployed on IIS 10.
Previously I used .Net 3.1 with Ocelot 16 and everything were fine, pages opened with expected delay, but after u…
-
## Expected Behavior / New Feature
If `DownstreamScheme` is not specified in a Route in configuration, the upstream scheme should be used to forward request to the downstream for the URLs other than …
-
Hello, I am very new to Microservice architecture, and I am stuck at this problem for a week.
I really appreciate your help in advance..!
## Expected Behavior / New Feature
I am trying to use Oce…
-
Hi I have an API gateway which is using OCELOT ,In my local host it works fine but when I am publishing in IIS, it returns "
ps://localhost:7215/api/' from origin 'http://localhost:4200' has been…