Enable it:
# Enables/disables the addition of a `Raw-Request-URI` header holding the
# original raw request URI as the client has sent it.
akka.http.server.raw-request-uri-header = off

and then you'll get a magic header which contains the raw URI in each request.
I already wondered why they are not part of the header and started to swear at 
the Akka devs because they broke the HTTP header and now this. My smile is back 
again! Thanks!
Don't swear at us, we're actually rather nice people :-)

Glad this helped though.

The reason this is disabled by default is that most apps I've found don't 
really care about Raw URI that much. If you care, you can enable it and there 
you go, everyone's happy.

If you'd like to help us out by adding a small note on it in the docs that'd be 
very nice actually, thank in advance in case you decide to help out :-)



-- Konrad

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to