"The "charset" parameter is used with some media types to define the
character set (section 3.4) of the data. When no explicit charset parameter
is provided by the sender, media subtypes of the "text" type are defined to
have a default charset value of "ISO-8859-1" when received via HTTP. Data
in character sets other than "ISO-8859-1" or its subsets MUST be labeled
with an appropriate charset value. See section 3.4.1
<https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.4.1> for
compatibility problems."

https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7

-- 
Cheers,
√

On Sep 13, 2016 18:58, "Derek Wyatt" <de...@derekwyatt.org> wrote:

> Hi guys,
>
> I've written a reverse-proxy with Akka-HTTP and I'm hitting a problem
> while trying to interact with an ASP.NET app.  The only interesting thing
> I can see is that without the proxy, the Content-Type is lacking a charset
> but the proxy adds charset=UTF-8.
>
> I can't find a way to replicate that using Akka HTTP.  I think we can all
> agree that the addition of charset=UTF-8 is the right thing to do, but in
> this case it may be causing us a problem and I'd like to force it to look
> the same.  The best I've gotten so far is a definition where it has
> 'charset=', which isn't quite right.
>
> Can this be done?
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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