How can I search for a string with slashes like "AC/DC" ? GET http://api.example.com/bands/AC/DC I've tried like: GET http://api.example.com/bands/AC\/DC and GET http://api.example.com/bands/%AC/DC% But I can't get it to work , any help ?
How can I search for a string with slashes like "AC/DC" ?
GET http://api.example.com/bands/AC/DC
I've tried like:
GET http://api.example.com/bands/AC\/DC
and
GET http://api.example.com/bands/%AC/DC%
But I can't get it to work , any help ?