Hi,
After calling HttpClient.PostAsync() and retrieving the response, I need to read cookies sent back by the server.
When I read the content of HttpClientHandler.CookieContainer, the container is always empty (no cookies inside).
Is it normal and if not, how to read cookies please ?
Thanks in advance