Anton Roos

Results 11 comments of Anton Roos

There are definitely interest from my end. IP Based Whitelisting even on a route level will be fantastic and solve a lot of my problems around security.

Changing to {**path} does not work on .NET6. I am still getting 404s if I have a %2F in my URL.

It is still giving me issues. I will link my configuration soon.

@MihaZupan Sorry for the delay but here is my config: ```json { "AllowedHosts": "*", "ReverseProxy": { "Routes": { "dev": { "ClusterId": "dev", "Match": { "Path": "dev/{**catch-all}" }, "Transforms": [ {...

For the example above we want the backend URL to be: https://api.dev.somedomain.com/dev/someapi/api/v3/Entity/ZZA%2FQB%2F000000351/reference/Default Is there a way we can keep the %2f intact when proxying it through to the destination?

@abd99 I want to thank you good sir! I have been struggling for 2 days now and flutter precache sorted it out.