You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a route with the below pattern. Seems like Chi is not normalizing it. So clients that send the escaped form get a 405.
/SERNRSet('{serial}')
When I change it to
/SERNRSet(%27{serial}%27)
The other clients that don't escape it, get a 405.
Is there some setting to enable normalization? It's the first time that I see such an issue with a router. From my experience, routers are able to handle both versions interchangeable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a route with the below pattern. Seems like Chi is not normalizing it. So clients that send the escaped form get a 405.
When I change it to
The other clients that don't escape it, get a 405.
Is there some setting to enable normalization? It's the first time that I see such an issue with a router. From my experience, routers are able to handle both versions interchangeable.
Beta Was this translation helpful? Give feedback.
All reactions