Hello,
when I try to retrieve (by HttpClient netcoreapp2.2)public file I always get 400 Bad response
And I found out that during retrieving server return 302 (Redirect status) with header Location that ends with '#'
If I go by this uri I will get Bad response. but if I remove trailing symbol it will OK.
And This behavior I had not noticed earlier.
Thank You.