Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Dynamic response

abaraty
abaraty Posts: 1

I have multi response correlated with URL PATH. but I need some id's in the path to send 404 message, how can I do it.
here is example:
/x/person/* is the URL path correlation

The followings should respond JSON message
/x/person/1111
/x/person/3333

the following should send 404 not found message.
/x/person/2222

Answers