Hi I'm creating a custom request handler which works fine however if I try to use "/" in the path it does not work.
the service I'm using is expecting the url to be formed in a certain way and this includes the use of "/"s
is it possible to do this?