[akka-user] Re: Akka Http Client - Encoding issue

2016-09-30 Thread André
Hi Srinaath, I was wrong. There's no way to let the renderer produce such a URI on the wire. "+" doesn't get percent encoded and "%2b" gets double encoded as "%252b". See [1] for an explanation. However, there's Raw-Request-Uri which you can use. See [2] for an example. [1]

[akka-user] Re: Akka Http Client - Encoding issue

2016-09-28 Thread Srinaath Thyagarjan
Hi Andre, Thanks for your response. I will try that and see how that works. Thanks, Srinaath On Monday, September 19, 2016 at 7:43:11 AM UTC-5, André wrote: > > Hi Srinaath, > > does it work with > > "https://example.com/customers/~/profiles/dj2bQryHPCj4IVrc48xTPD > hswk%2FqNWx

[akka-user] Re: Akka Http Client - Encoding issue

2016-09-19 Thread André
Hi Srinaath, does it work with "https://example.com/customers/~/profiles/dj2bQryHPCj4IVrc48xTPD hswk%2FqNWx LuUA0G2T6GLnyBVD6wC231IjgDBYJnt/preferences" ? Akka should replace the spaces with a "+" while a "+" as input will get encoded as "%2B". HTH André Srinaath On Friday, September