-
I'm using Ocelot as a reverse proxy in a .NET 5 application. I tried to test the WebSockets functionality with a simple route that points to the "echo.websocket.org" demo server downstream.
```json…
-
We are trying to merge multiple `ocelot.json` files without restarting the application with below code. However we are successfully able to merge on starting the application, but still application res…
-
❓
### Message from repo maintainer on November 30, 2023
Hello Devin Wu!
My short answer: **No**
Ocelot **doesn't** support SSE protocol.
Why did you close the issue [on Jul 24, 2020](#event-…
-
## ## Expected Behavior / New Feature
Should return the response after aggregation {"product":... , "payment":...}
##Actual Behavior / Motivation for New Feature
Returns 200cannot return from…
-
Hello everyone
Im facing really strange behaviour from Ocelot while im using the great feature for merging multiple configuration files
1) After Ocelot is been deployed and started(on IIS) for fir…
-
比如我consul是一个集群,ocelot对应consul节点配置只有一个,如果这个节点挂掉了,那网关不也就挂掉了么,那我搭建consul集群有何意义,怎么保证consul节点挂掉之后,网关调用其他consul节点,来实现高可用?
-
I'm having an issue upgrading the project to .NET 6 and version 18.0.0.
In .NET 5, version 17.0.1 the API Gateway works great, but I 've tried several times to upgrade to .NET 6 and Ocelot version…
-
## Expected Behavior
If an `IOException` happens while reading the incoming request body (in `RequestMapper.MapContent` [here](https://github.com/ThreeMammals/Ocelot/blob/02e5cea7b1bdd3d78cfe1a5bb6…
-
## Expected Behavior / New Feature
## Actual Behavior / Motivation for New Feature
It adds the application name to the downstream request uri
## Steps to Reproduce the Problem
1. Desired…
-
Hello,
ocelot configuration,json:
{
"ReRoutes": [
{
"DownstreamPathTemplate": "/api/home",
"UpstreamPathTemplate": "/home",
"UpstreamHttpMethod": [ "Get", "Options" …