-
I local debug is ok,but publish to IIS is error.
Don't use ocelot is ok,when I use upstream to get is error.
## My logs details
```
warn: Ocelot.Requester.Middleware.HttpRequesterMiddleware[0]
…
-
I have the most basic implementation of ocelot (the jsonplaceholder.typicode.com example). It gets deployed to a AWS lambda function with the following template
```
functions:
api-backend:
…
-
## Expected Behavior
All calls to the downstream services should be similarly fast.
## Actual Behavior
* First request takes around 2secs
* Following requests take only a few ms
* After some pe…
-
Hi I am new to .net core/docker/ocelot so please forgive my basic knowledge regarding these technologies.
I have tried to create a test solution consisting of 2 microservices and an API gateway using…
-
## Expected Behavior / New Feature
Ability to download large files through the Ocelot at least up to 1GB
## Actual Behavior / Motivation for New Feature
When tried to download files larger than…
-
## Expected Behavior / New Feature
I was trying to implement ocelot for our experimental tests on dev. Here is the end-point of API that I want to reach via ocelot. using 443 port for both projects. …
-
## Expected Behavior
I have configured a basic API gateway using Ocelot 7.0.5 and everything seems to work fine, except replacing headers with the BaseUrl. Here is a sample from my ocelot.json file: …
-
Ocelot is trying to delete the `ocelot.{env}.json` during app startup. As apppools usually run with limited privileges, this operation fails with an "Access denied" error.
This behavior is caused …
-
## Expected Behavior / New Feature
SignalR websockets can be successfully rerouted with Ocelot
## Actual Behavior / Motivation for New Feature
Fails on the handshake due to inability to map webso…
-
## Our Implementation
We have multiple tenants hosted on a single server. Each tenant has their own version of a micro-service running in docker containers. We are using Ocelot as an API gateway that…