I am sending request to server by using this following url format
http://api.xyz.com/JSonService.asmx/Category_Name=food-and-drink
.
But my problem is i am not able to send the request as hyphen present in food-and-drink,but in my system browser it is working fine..
Thanks in advance.