-
## Expected Behavior
I have a REST API which accepts post call and uploads the binary file into data base, which is hosted in IIS
I set up Ocelot API Gateway with basic configurations:
```json
"…
-
## Specifications
- Version: 17.0.1 On .NET5
- Platform: WindowsServer2012R2 And CENTOS7.6
## Problem
send 80 concurrent requests per-second by using jmtter , i get the diffrent result:
…
-
Is it possible to have something like this?
```json
{
"ReRoutes": [
{
"DownstreamPathTemplate": "/api/catalog/{everything}",
"DownstreamScheme": "https",
"DownstreamHost…
-
## Expected Behavior / New Feature
1) /ApiGateway/person/GetPersonDetails?id=1 = > /Api/person/GetPersonDetails?id=1
## Actual Behavior / Motivation for New Feature
1) /ApiGateway/person/GetPerso…
-
## New Feature
Leverage aspnet core rewrite middle ware components to get re-writing of requests (and responses).
Both IIS and modrewrite styles are supported in aspnet core. The internal rewrite r…
-
## Expected Behavior
- The `UpstreamPathTemplate` can be changed to any path that should be used for the websockets connection
## Actual Behavior
- With `UpstreamPathTemplate` "/{everything}" t…
eddex updated
9 months ago
-
Hello, and thank you for this awesome project.
I would like to know if there is any chance for supporting IIS virtual directories in a load balancing environment.
If you specify the virtual direct…
-
## New Feature
The `ConfigurationBuilderExtensions.AddOcelot` method merges the **ocelot.*.json** files into one **ocelot.json** file that is written back to disk and then added to the `IConfiguratio…
-
Hello,
I am new in Ocelot & IdentityServer.
I am using .NET core API & using Identityserver4. I am getting below exception. Can you help me to fix it? The API is depoyed as Azure App service. Pl…
-
in my production env. one post request httpclient will slow without rules, and the request qps is low (6/s).
**skywalking trace:**
![oap](https://user-images.githubusercontent.com/49606277/200525…