Analysis report for requests with identifiers in URIs
Please allow one to generate analysis reports for request handlers that have identifiers in the URI.
Example of two URIs that can be managed by the same request handler and should have a merged analysis report:
/api/v1/resource/1/subresource
/api/v1/resource/2/subresource

1 comment
-
Jacob Gur commented
Yes! Please add suffix test, or even middle wildcard, as an option for request filter. It helps for RESTful urls that are an action on a resource, e.g., '/widgets/{widget_id}/action', where I want to analyze specifically that action on all widgets.