Hi,
I am developing a WPF application which consumes REST API using HttpClient. I want to list all the users and their images in listbox.
there are separate API for getting profile image (GET method) which also requres some authentication & specific request headers for session handling.
How can I bind the GET API url directly in <Image Source="<GET API>"/>. How can I use the same cookies used by the HttpClient connection to bing the image API url?