klassen-software-solutions / crest

Command line REST client
MIT License
0 stars 0 forks source link

Spaces in URLs are not being handled properly #36

Closed stevenklassen8376 closed 2 years ago

stevenklassen8376 commented 3 years ago

Specifically using '+' or '%20' is resulting in a 400 (Bad Request). I think that we need to set something in the request header in order to handle this properly.

stevenklassen8376 commented 2 years ago

I cannot seem to repeat this. I suspect the problem was not in crest, but in the server that it was talking to. Testing against httpbin (see httpbin.org) it all seems to work fine.