python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
500 Error in DotNet Core 3.1 with Ocelot Gateway
I'm implementing a gateway to work on Azure Portal. The problem is my Ocelot which works perfectly fine on localhost, but on Azure it always gives 500 Internal Error.
My Ocelot:
{
"Routes"...
prezequias
Votes: 0
Answers: 1
ocelot always launch with port 5000
I'm trying to deploy my ocelot gateway server.
I had typed UseUrls("http://localhost:6000") and I saw the server launched with 6000 port. In order to I tried to change port, after delete Use...
takeyourcode
Votes: 0
Answers: 1
.Net 6 Ocelot 18.0.0 returns Error 404 when navigating to an URL of the gateway
I have two API's. One of them is a Gateway (Ocelot + .Net 6) and the other one is a normal .Net 6 API, which I'm gonna call Backoffice. On both of them I have a controller with and endpoint 'api/healt...
Joel Vicente
Votes: 0
Answers: 1
Bypass endpoint in OCELOT API gateway endpoint
I have one endpoint which is uploading upto 200MB videos to the server.
Whenever I try to upload more than 3 videos simultaneously, gateway is thowing 404 error with below error message:
warn: Ocelot....
Dhwani
Votes: 0
Answers: 1