Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
6k views

I have web app using azureb2c for authentication. Have 3 APIs which are called by web app via Ocelot gateway using HttpClient. After authentication, when a request is made to an API via gateway the ...
Mady's user avatar
  • 469
4 votes
0 answers
2k views

I'm using ocelot as an API Gateway, and I'm trying to send an HTTP POST request from the client, which would be sent to multiple services, and their responses should be aggregated and returned to the ...
Muizz Mahdy's user avatar
1 vote
1 answer
3k views

I am trying to implement the ocelot gateway in my application but it always returns 404 on all paths I configured in ocelot.json. Whenever I make a GET on Postman using either the simple calls or the ...
Stefan Voicila's user avatar
2 votes
2 answers
4k views

Is it possible to access the DownstreamReRoute object within a DelegatingHandler in Ocelot? I have a DelegatingHandler instance and I'd like to slightly alter its behaviour based on the downstream ...
Fermin's user avatar
  • 36.3k
20 votes
1 answer
13k views

I am working on microservice architecture and I want to aggregate data from two microservices. For example, Frontend calls the API Gateway and API Gateway calls two microservices Customer and Order ...
bippan's user avatar
  • 299
0 votes
1 answer
2k views

I have an Ocelot Gateway configuration as follow: { "ReRoutes": [ { "DownstreamPathTemplate": "/api/{version}/{everything}", "DownstreamScheme": "http", "...
Renato Pereira's user avatar
2 votes
1 answer
2k views

I am using a micro-services architecture in dotnet core. I am putting Ocelot in front as an api-gateway (BFF). My main web application uses cookie auth with the jwt token in the cookie. This is for ...
Mohamed Cassim's user avatar
1 vote
2 answers
2k views

When I run my API gateway in docker container then it is not able to find my services which are registered in eureka. API Gateway -- ocelot.json { "ReRoutes": [ { "...
Programmer's user avatar
5 votes
2 answers
3k views

port is getting added at the Downstream url. i want to access a micro service hosted in heroku. need to avoid port. Please help. Its working in local dev environment. But not working after ...
Pinaki Prasad Mohapatra's user avatar
0 votes
1 answer
2k views

We have an ocelot gateway that reroutes our former WCF requests to newer .NET Core services. Some of the old requests are still going to the WCF service. This all works fine. Now I want to Reroute a ...
Nick N.'s user avatar
  • 13.7k
0 votes
1 answer
1k views

I would like to retrieve the "UpstreamPathTemplate" parameter at run time, to use in my Logs. Does anyone know how to do this, please?
filipegermano's user avatar
4 votes
0 answers
1k views

I am carrying out a PoC on Ocelot Gateway to use for our microservices architecture. I have successfully used the Gateway to perform all the routing tasks uptil now. It provides a QoS Service that ...
Saaima Bulsari's user avatar
1 vote
1 answer
4k views

I'm using MMLib.SwaggerForOcelot for gateway. in .Net core I got this error. Any idea? My Upstream and DownStream: "SwaggerEndPoints": [ { "Key": "skIndustry", "Config": [ { ...
Croos Nilukshan's user avatar
2 votes
2 answers
5k views

I followed this tutorial and managed to use api with Azure Active Directory authentication & authorization. However I would like to consume the api from behind the Ocelot Api Gateway. I could ...
MSK's user avatar
  • 1,115
0 votes
0 answers
391 views

I have some apis, and a api-gateway in front of them. It happens to be Ocelot this is my configuration on my local environment: "ReRoutes": [ { "DownstreamPathTemplate": "/{everything}", ...
barii's user avatar
  • 345
5 votes
1 answer
3k views

I'm trying to use Ocelot with IS4 following https://ocelot.readthedocs.io/en/latest/features/authentication.html When using public void ConfigureServices(IServiceCollection services) { var ...
tri's user avatar
  • 201
0 votes
0 answers
695 views

I use Ocelot as a API-Gateway for our micro-services which are build using ASP.NET Core 2.1. Ocelot is authenticating the bearer token from AD B2C and calling my web API. I configured my web service ...
Dr. Hartmut Kocher's user avatar
15 votes
2 answers
14k views

I am new to API gateways and have a question of understanding. I try too put a series of (micro)services behind an endpoint. For this purpose, I have set up an ASP.NET Core Application and added the ...
mMilk's user avatar
  • 255
2 votes
1 answer
585 views

I'm trying to use Ocelot as a gateway to a K8S cluster and ideally would like to use the readiness/liveness probes. But every way I try to get Ocelot to handle the probe's endpoint results in issues: ...
Chris Swinchatt's user avatar
1 vote
1 answer
3k views

"ReRoutes": [ { "DownstreamPathTemplate": "/api/Agent/GetPagedAgents?page={page}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "agent.api", "Port": 80 } ...
Ajas Aju's user avatar
  • 785
1 vote
1 answer
1k views

I have deployed ocelot and consul on the kubernetes cluster. Ocelot acts as the api gateway which will distribute request to internal services. And consul is in charge of service discovery and health ...
Charlie's user avatar
  • 2,293
1 vote
3 answers
13k views

Making a micro-service architecture with Ocelot I started to build a test service in a separate solution. Everything is working and I can get the mock response to https://localhost:5101/service/stats/...
Ragnar's user avatar
  • 2,704
2 votes
1 answer
1k views

I have created Azure service fabric application with several stateless and stateful services. All my statefull services are accessible via a Web Api stateless service. Now I have added Ocelot API ...
tuhin's user avatar
  • 103
2 votes
0 answers
1k views

I am trying to integrate Ocelot API gateway with ID4. As per Ocelot documentation we can validate token with external id server https://whereyouridentityserverlives.com, Now, i'm integrating ID ...
Ankit Sarkar's user avatar

1 2 3 4 5
6