[akka-user] Re: [Akka-HTTP] How do I not specify the charset?

2016-09-13 Thread Derek Wyatt
I was able to verify that this is breaking the app in question, but not with Akka. I merely added the charset to the request that was working, and it broke. But I think I have a more fundamental problem: I can't see the raw request that came in from the client. It, of course, is only represen

[akka-user] Re: [Akka-HTTP] How do I not specify the charset?

2016-09-14 Thread André
Hi Derek, to get an exact view of the raw incoming request I'd suggest to consult Wireshark. Akka's logRequest directive can show slightly different/adapted data. HTH André On Tuesday, September 13, 2016 at 7:30:08 PM UTC+2, Derek Wyatt wrote: > > I was able to verify that this is breaking the