Build an API Gateway for Microservices with Ocelot API Gateway using ASP .NET Core 6.0

preview_player
Показать описание
The main functionality of an Ocelot API Gateway is to take incoming HTTP requests and forward them on to a downstream service,
currently as another HTTP request. Ocelot's describes the routing of one request to another as a Route.

Microservices Architecture in ASP .NET Core Web API:

🗣 VISIT MY WEBSITE

#WebAPI #DotNetCore #OcelotAPIGateway
Рекомендации по теме
Комментарии
Автор

thank you, how many videos have i watched, only this video worked.

suleymanozdemir
Автор

please make a video on oauth authentication in microservices

MelodiousMusic
Автор

This is certainly cool when you have one microservice. But when there are many of them? Write everything in one ocelot file? Wouldn't it be too much with 20 microservices? Can you show me how to deal with this? Or is this something you can’t do?

evgeniilewicki
Автор

Can you show how to call post method in ocelot routing with parameter

harshkadam
Автор

Can explain how we can run ngrok with Ocelot? I am trying to integrate Twilio Voice calling. For testing, i need to use ngrok.

mychannel
Автор

It could be more understandable, if you have described detailed about the sentences you wrote and also the line of code added newly in ocelot file. Anyway we can manage by extra effort. Thanks.

sunilsahu
Автор

I'm trying to implement the project the same that, but I have an issue with the message "Warn: Middleware" and "Response: 404" when running the project. I hope you will have a solution for that.

leewin
Автор

the reason why ""DownstreamPathTemplate": "/GetUserDetails"" not work ? explain help me, thanks.

nguyentrian