相关问题
-
404错误:尝试在docker内部部署ocelot网关调用微服务
-
API 网关 Ocelot .Net Core 6.1 设置
-
使用 Ocelot API 网关连接到 SignalR 集线器
-
在 Ocelot API Gateway 中的特定路由中添加 Authorization Header(Authorization: Bearer {access_token})
-
Azure 应用程序网关:无法连接到后端服务器
-
AWS 负载均衡器 502 错误网关
-
负载均衡器和 API Gateway 混淆
-
如何将 AWS api 网关与 EKS 集群集成以使用 ELB 访问部署在集群 IP 上的微服务
-
将 gRPC 和/或 GraphQL 用于微服务架构
-
在同一个项目中实现 Spring Cloud Gateway
-
NestJS - 在微服务中结合 HTTP 和 RabbitMQ
-
在kong api网关中,如何制作自定义url?
-
使用 Spring 云网关和 Nginx 作为反向代理的网关超时
-
VS2022:如何让 ASP.NET Core 5 应用程序显示它的控制台窗口
-
从 Visual Studio 运行 ASP.Net 核心应用程序时出现错误“无法获取 IIS 应用程序池 'xyz' 托管项目 'abc' 的进程 ID”
-
通过 IIS 发布和托管在 .net core 中开发的 Web API
-
在 iis express 中托管 asp.net core 项目需要 asp.net core 模块,但似乎没有安装。尝试修复 Visual Studio 2019
-
HTTP 错误 500.0 - Dot net core 3.1 中的 ASP.NET Core IIS 托管失败(进程中)
-
Saga Choreography 实现问题
-
微前端架构建议
标签
- python (32072)
- javascript (25192)
- reactjs (16517)
- java (13829)
- android (12194)
- c# (10172)
- node.js (9544)
- flutter (9474)
- php (7178)
- html (6789)
- typescript (6705)
- angular (6046)
- css (5704)
- python-3.x (5389)
- docker (5240)
- dart (4746)
- ios (4643)
- amazon-web-services (4463)
- react-native (4422)
- vue.js (4208)
- c++ (4140)
- spring-boot (4012)
- laravel (3920)
- pandas (3415)
- visual-studio-code (3267)
- django (3206)
- swift (3197)
- jquery (2989)
- spring (2971)
- git (2929)
- 更多 >>
看来您使用的配置是将请求重定向到网关本身,导致一个圆圈。
即对“localhost:443”的基本 URL 的上游调用正在重定向到下游“localhost:443” - 相同。
此外,更高版本的 Ocelot 似乎在配置中寻找
Routes
而不是ReRoutes
documentation