h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Request-fail with whitespace in URL #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No matter what operation I want to perform - if the URL contains any 
whitespaces the program throws an exception "Illegal character in path at index 
59 [...]". It then does not perform the requested action.

Im using the software on Windows7x64, Version 3.2.2 on the latest JavaRE.

Original issue reported on code.google.com by stre...@streifigreif.de on 30 Jan 2014 at 1:51

GoogleCodeExporter commented 8 years ago
Spaces must be encoded in URL as %20. For encoding other special characters, 
you may use the Tools > URL Encoder/Decoder in RESTClient.

Marking as Invalid.

Original comment by subwiz on 30 Jan 2014 at 2:35