Re: Response.body and file content different? (General questions)
Teddy,
I would say this is almost impossible, since Body property is just a wrapper arround the file. We don't keep data in the memory, we write it to a file as it arrives. When you access Body, we read the file and present it as string.
It is possible that this conversion is invalid, perhaps when you use non-English OS?