Introduction The release of dotnet core did one step towards platforms compatibility allowing to run the code on Linux as good as on Windows. But one framework does not always mean same behavior between operating systems. HttpClient is one of those things. Jump...