SympAndy
4 years agoNew Contributor
Spaces in URL
I have a URL that generates a bunch of XML when you hit it. At the end of the URL, there are a whole bunch of parameters with spaces in them. For example:
?inputXml=<Envelope version="01.00"> <Sender>
When I copy and paste the URL into the REST Get Snap, it doesn’t work. But, if I put the URL in the browser, the browser encodes the spaces
?inputXml=<Envelope%20version="01.00">%20<Sender>
And, if I copy and paste that into the REST Get Snap, it works. Is there an easier way to do that?