Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About API Gateway
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Catcher Wong (9)
Sean Franklin (1)
Jay Krishna Reddy (1)
Anupam Maiti (1)
Menaka Baskarpillai (1)
Kamal Rawat (1)
Related resources for API Gateway
No resource found
AWS - API Gateway - 🔒 Only Allow Requests From Your IP
1/21/2021 2:59:56 PM.
In this short reference, I will describe how to quickly secure your API Gateway so that it will only accept requests from your IP address. This will effectively prevent any malicious attacks to your A
Microservices With Ocelot API Gateway In ASP.NET Core
9/16/2020 7:44:02 AM.
In this article we will get to know what are microservices and how to built using API Gateway in ASp.Net Core
Microservices Design Using Gateway Pattern
9/2/2020 2:54:20 PM.
In this article, you will learn about Microservices Design using the Gateway Pattern.
Build A .NET Core Microservice With Ocelot API Gateway
7/6/2020 7:11:08 AM.
In this article, I am going to explain how to build a .NET core Microservice with an API gateway using Ocelot.
Invoking AWS Lambda Function Using AWS API Gateway
5/25/2020 3:19:39 AM.
In this article we will learn how Lambda function can be invoked through AWS API Gateway.
Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul)
8/16/2019 1:15:53 PM.
This article introduces how to store the configuration in consul when using Ocelot.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul)
7/15/2019 9:21:57 AM.
This article introduces the basic usage of service discovery when using Ocelot with Consul.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka)
6/4/2018 11:29:32 AM.
Service discovery is the automatic detection of devices and services offered by these devices on a computer network. A service discovery protocol (SDP) is a network protocol that helps accomplish serv
Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing
4/2/2018 3:00:48 PM.
In this article, we will discuss the load balancing module of Ocelot when building API Gateway.
Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service)
3/17/2018 10:34:09 AM.
In this article, we will discuss QoS (Quality of Service) module of Ocelot when build API Gateway.
Part Four - Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting
3/15/2018 12:09:03 AM.
In the previous articles of this series, we discussed how to build the API Gateway in ASP.NET Core.
Part Three -Building API Gateway Using Ocelot In ASP.NET Core - Logging
3/15/2018 12:07:35 AM.
In this article, we will discuss Logging when we build API Gateway using Ocelot in ASP.NET Core.
Part Two - Building API Gateway Using Ocelot In ASP.NET Core - Authentication
3/15/2018 12:04:06 AM.
In this article, I will continue with the topic of Building API Gateway In ASP.NET Core and will show you something about authentication later.
Building API Gateway Using Ocelot In ASP.NET Core
11/21/2017 12:33:34 AM.
Ocelot is aimed at people using .NET running a micro services / service orientated architecture who need a unified point of entry into their system.