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
With these routes, calls to /hello/foo/bar will be ambiguous. It looks like once openmock loads in the templates, it is consistent until reloaded. For some loads, the response body will be {"hello": "foo"} and other times it will be {"hello": "bar"}.
The text was updated successfully, but these errors were encountered:
HTTP routes containing wildcards can be ambiguous with routes that are longer. For example:
With these routes, calls to
/hello/foo/bar
will be ambiguous. It looks like once openmock loads in the templates, it is consistent until reloaded. For some loads, the response body will be{"hello": "foo"}
and other times it will be{"hello": "bar"}
.The text was updated successfully, but these errors were encountered: