wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Support for unencoded characters in URL #67

Open sunnyape opened 6 years ago

sunnyape commented 6 years ago

When providing a URL for the HTTP request, it would be nice if spaces could be handled without having to replace with encoded chars %20. Same for other common characters that need to be encoded to prevent JS throwing exception errors.

Using RESTClient 3.6.1