I have a REST WCF service that has a method that gets a parameter as a string. This string can contain slash / character. It makes my request wrong, as I think the URL goes
Try forcing a \ before each /. (normally it forces the metacharacters to be read as a normal character)