'Facing issue when passing values in url

localhost/Suggest(FieldName='customunit',Value='t/min')/Tags?$top=10

It always treat as localhost/Suggest(FieldName%3D%27customunit%27%2CValue%3D%27t/min%27)/Tags%3F%24top%3D10 here see t/min is treated as url two url fragment but I want it to treat as single.

Can someone suggest me what I can do.

Thanks in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source