Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
101 views

I have a software solution where there is an ASP.NET Core 8.0 Web API running on Linux inside a Docker container (edge-service), making HTTPS GET and HTTPS POST to an ASP.NET Core 8.0 Web API (front-...
0 votes
0 answers
106 views

I’m trying to find out whether it’s possible to implement Basic Authentication directly in YARP (Yet Another Reverse Proxy). If YARP doesn’t natively support Basic Auth, that’s fine — I’m mainly ...
0 votes
0 answers
81 views

I have two api's I want to "connect" via a YARP-gateway. Those apis are routed via the path, so that '/api1/somecontroller' is routed to 'http://localhost:1234/somecontroller'. In both of ...
0 votes
0 answers
80 views

I am migrating a .NET 4.8 webforms app to a .NET 8.0 Blazor server application using YARP to handle routing requests between the webforms and Blazor app. I have run into a routing issue that I am ...
0 votes
1 answer
774 views

I am using YARP for reverse proxying requests to upstream services. I just need to take the incoming host name and part of the path and replace it before forwarding it. However, since I am not using ...
Rob L's user avatar
  • 3,222
1 vote
0 answers
152 views

I have an API in my Aspire app that maps a SignalR endpoint /messageHub. I have a Blazor web app (InteractiveAuto) that uses a SignalR client to connect to my hub from a razor component page: var url =...
0 votes
1 answer
224 views

That's my YARP configuration: builder.Services.AddReverseProxy() .LoadFromConfig(builder.Configuration.GetRequiredSection("ReverseProxy")) .AddTransforms(builder => { ...
1 vote
2 answers
233 views

I am facing a problem when using systemweb adapters and YARP to incrementally migrate from ASP.NET on .NET 4.8 to ASP.NET Core 8.0. Specifically I am using authentication client and server and when I ...
0 votes
0 answers
164 views

I am using YARP to migrate a legacy Web Forms application to Blazor (8.0) one module at a time (Strangler Fig pattern). My new Blazor application is running on port 5017. The legacy app is located on ...
0 votes
0 answers
434 views

I'm implementing YARP (Yet Another Reverse Proxy) in my Blazor Server application to proxy multiple projects, but I'm facing some issues. Issues Observed: Static Files (CSS/JS) Not Loading - 404 ...
0 votes
3 answers
500 views

I'm in process of researching YARP capabilities as a possible option of my API Gateway and was curious if it's possible to use environment variable directly inside configuration file. Lets say I want ...
1 vote
0 answers
67 views

I have a ASP.NET Web API controller which inherits from a custom class which in turn inherits from System.Web.Http.ApiController. In one of my actions, I return a URL to another action of the same ...
1 vote
0 answers
84 views

I have four active health checks on each of four clusters using YARP as a load balancer. ProbingCompleted() in the health policy is being fired and I'm recording results for each one. But all I ever ...
0 votes
0 answers
1k views

I was using this reference code to calculate the openai streaming tokens. This was working all good. var originalStream = await responseContext.ProxyResponse.Content.ReadAsStreamAsync(); var ...
0 votes
1 answer
352 views

I've created an Azure WebPubSub service. I also have a ASP.NET Core 8 application that includes YARP. I want to proxy the websocket clients over the reverse proxy to Azure WebPubSub. I'm generating ...

15 30 50 per page
1
2 3 4 5
...
8

AltStyle によって変換されたページ (->オリジナル) /