can you check if the strategy of detecting redirects will match your case?
EDIT:
Using target framework: Windows, VB.Net

myResponse = myHttpClient.GetAsync(myUrl)
From the result we can check the status code, comparing the location info:
can you check if the strategy of detecting redirects will match your case?
EDIT:
Using target framework: Windows, VB.Net
myResponse = myHttpClient.GetAsync(myUrl)
From the result we can check the status code, comparing the location info: