python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Use YARP in kubernetes as a service plus ingress
Following this article.
I'm wondering if it's okay or good practice to add a BFF/gateway(YARP) as a service in K8S with an Ingress in front? I have some custom code in my YARP such as JWT validation a...

Pilouk
Votes: 0
Answers: 0
The I/O operation has been aborted because of either a thread exit or an application request while trying to connect signalR endpoint through yarp
I am trying to connect signalR endpoint using Yarp as a reverse proxy.
However I faced this error:
The yarp configuration is:
"ReverseProxy": {
"Clusters": {
"ws-...

Mhaz2000
Votes: 0
Answers: 0
Yarp proxy does not log a redirect?
I am currently playing around with YARP (yet another reverse proxy)
And seem to have managed to "short-cicuit" a redirect?
one of the redirect is being logged, and the other one is not being...
I am not Fat
Votes: 0
Answers: 1
Duende BFF Yarn does not pass tokens when using gRpc Web Client from Blazor WebAssembly app
I am building a web application with ASP.NET Core 6.
I have:
Frontend.Client - a Blazor WebAssembly with the UI
Frontend.Server - ASP.NET Core, hosting the Blazor WebAssembly
Web Api - a remote REST ...
user2632796
Votes: 0
Answers: 1