Anton Roos
Anton Roos
I agree too, const reads better and has more meaning.
Fantastic video!
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?
@Tratcher I am on .NET 6 yes.
I have the same issue
@abd99 I want to thank you good sir! I have been struggling for 2 days now and flutter precache sorted it out.