Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
228 Points
55 Posts
May 04, 2012 10:12 AM|LINK
It is server who determines to use the chunked encoding, although client can say it can understand it.
You do not need to worry about it. Most HTTP client implementations will handle this for you since you will not even see this in your code.
Similar to BOM in UTF8 encoding, most of the time you will not see it even when it is there.
http://en.wikipedia.org/wiki/Byte_order_mark
aliostad
Member
228 Points
55 Posts
Re: WebApi Json return, Fiddler request-response shows wiered numbers
May 04, 2012 10:12 AM|LINK
It is server who determines to use the chunked encoding, although client can say it can understand it.
You do not need to worry about it. Most HTTP client implementations will handle this for you since you will not even see this in your code.
Similar to BOM in UTF8 encoding, most of the time you will not see it even when it is there.
http://en.wikipedia.org/wiki/Byte_order_mark