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
The code always compares what's in match.uri_path with the request path using ==.
@jmprusi , @mikz Should we always interpret match.uri_path as a regex and check if it matches the path? Not sure if you want to do that or introduce things like starts_with, matches_exactly, etc. Do you have a spec in Ostia that defines this?
I think it should not be a regex by default. That would force everyone to write regexes or we would need to do transformations. I think we first need to define how this is supposed to work exactly in Ostia and then write a proposal for the standalone config. I don't feel there is anything to be done right now.
Standalone configuration route match doesn't support to specify a regex.
Version
Steps To Reproduce
Current Result
APIcast returns 404
but
curl -X GET 'localhost:8080/*'
outputs echo-api.3scale.net response.Expected Result
The output of the echo-api.3scale.net upstream.
The text was updated successfully, but these errors were encountered: