How can i pass / character in a rest request ?
for example i have products with code like this CAB1/8TO1/8-25 and my rest url is like this "items/{code}"
Is there any way of handling this with a GET request?
Thanks
How can i pass / character in a rest request ?
for example i have products with code like this CAB1/8TO1/8-25 and my rest url is like this "items/{code}"
Is there any way of handling this with a GET request?
Thanks