Hi Danijel,
I'm familiar with the REST protocol. I want to be sure I'm not reinventing the wheel
For example, rtcserver will receive a GET like:
http://www.acme.com/product/0I don't know how to accept this request. How should I inform rtcServer that
http://www.acme.com/product is the actual link, and that 0 is the ID the user requested.
The rtcServer will receive actions ( GET, POST, DELETE and PUT) but the complement with parameters is confusing me.
Another example:
http://www.acme.com/productlist/rtcserver/20151117/danThe route is
http://www.acme.com/productlist , all the rest are parameters.
TIA,
Clément