-
## Expected Behavior
Be able to get access to all the API endpoints
## Actual Behavior / Motivation for New Feature
I got a 404 on each route.
## Steps to Reproduce the Problem
1. Build a…
-
Hi
I try to forward calls to a method in an Web API method that has a "void" return type. What happens is that Ocelot hangs indefinitely. It seems to occur for any verb. Calling the method directly …
-
I spent more network request time with the gateway。
http://localhost:8362/api/user/info?id=1 20ms - service address
http://localhost:3164/api/user/info?id=1 200ms-ocelot gateway
I've tried many tim…
-
Hello there,
I'd appreciate any help regarding an issue I found in my setup.
I've set up Ocelot in a production environment yesterday (~50 requests/sec). After about 18 hours in production, its me…
-
i deployed the ocelot gateway on windwos server 2008 r2 + iis7. when i call the api from gateway i got http 404 error. i try to request the api directly is successful.
but i test on my own pc (window…
-
Hi folks,
We are playing with Ocelot, and we have found a strange behavior with the administration area. I'll try to explain as best I could:
With a basic configuration like this:
```csharp
…
-
Hello,
I am experimenting with Ocelot these days. I tried Ocelot on an ASP.NET Core 1.1, with a 2.0 runtime.
I have declared the downstreams in localhost, all good so far. Testing in IIS Express f…
-
Hi, just wonder how to support hostname on upstream path template since my case we have more than one domain point to same server.
Thanks
-
Note this only relates to the ocelot administration area.
Given ocelot a and ocelot b running in separate processes
And you get a token from ocelot a
When you try and use the token on ocelot b t…
-
Hi,
congratulations for this project!!
I did a little project with ocelot and two apis and all works fine in development, but when I publish the solution in production (with IIS) and I access to s…