What's interesting is when I send the request const url = 'https://blablabla.azurecontainerapps.io/entities/${id}/events/recordsdata'; i.e same case as defined in ocelot it worked. The docs mention that it is case-insensitive by default. Is this expected behavior in 23.4.0 or have i missed something.
@cmgchess Hello, thanks for your feedback, indeed, it might be a side effect of the new routing.
Some Testcases are missing. Then, it's a bug, and we will provide a Hotfix. Thanks for your feedback!
Expected Behavior / New Feature
I expected the route to hit
Actual Behavior / Motivation for New Feature
Route didn't hit. Got 400 error .
Steps to Reproduce the Problem
Ocelot
andOcelot.Cache.CacheManager
from 23.3.6 to 23.4.0ocelot.json looks like this
const url = 'https://blablabla.azurecontainerapps.io/entities/${id}/events/recordsdata';
i.e same case as defined in ocelot it worked. The docs mention that it is case-insensitive by default. Is this expected behavior in 23.4.0 or have i missed something.Specifications