- Changed `DesktopBuildPackageLocation` in `IISProfile.pubxml` to point to the new `EnvelopeGeneratorGenApi` project directory.
- Updated routing in `ocelot.Development.json` and `ocelot.json`:
- Changed `DownstreamScheme` from `https` to `http` for multiple routes.
- Updated `Port` for `DownstreamHostAndPorts` from `7120` and `7192` to `8088`.
- Expanded `UpstreamHttpMethod` to include `Post`, `Put`, and `Delete`.
- Added new routes for `/scalar`, `/scalar/{route}`, and `/scalar/{route1}/{route2}`.
- Modified `GlobalConfiguration` `BaseUrl` from `https://localhost:7052` to `http://localhost:8443`.
DigitalData.Gateway
Ein ASP.NET-Projekt mit Ocelot zur Vereinheitlichung von Microservices unter einer einzigen Domain, mit nahtlosem Routing, Load Balancing und sicherem API-Management.
Description
Ein ASP.NET-Projekt mit Ocelot zur Vereinheitlichung von Microservices unter einer einzigen Domain, mit nahtlosem Routing, Load Balancing und sicherem API-Management.
Languages
C#
100%