Tag: asp.net-core-7.0
-
Issue with GraphQL Kestrel API server C# ASP.NET Core 7
0 Here’s the issue: I have an ASP.NET Core 7 Web API listening on https://localhost:5248/sap/opu/odata/GIBSFI/ALERT_SRV, but when a request comes in, it needs to run the request to on https://localhost:5248/sap/opu/odata/GIBSFI/ALERT_SRV/graphql and return the results. Keep in mind this is a piece of middleware and I can not alter the URL the other app is submitting…