Forum Discussion

maxpaynebupt's avatar
maxpaynebupt
Occasional Contributor
7 years ago

How can I dynamicly route the request to different resource in a Rest MockService?

I want to create a REST mock service with path parameters.  Something like http://localhost:8080/{deviceid}/edit/ the deviceid is a property which should be set in the mockservice property, I am ...